Click or drag to resize

MatrixTDiagonalStack Method

Overload List
 NameDescription
Public methodDiagonalStack(MatrixT) Diagonally stacks his matrix on top of the given matrix. The new matrix is a M-by-N matrix, where M = this.Rows + lower.Rows and N = this.Columns + lower.Columns. The values of off the off diagonal matrices/blocks are set to zero.
Public methodDiagonalStack(MatrixT, MatrixT) Diagonally stacks his matrix on top of the given matrix and places the combined matrix into the result matrix.
Top
See Also