Click or drag to resize

MatrixDiagonalStack Method

Overload List
  NameDescription
Public methodStatic memberDiagonalStack(Matrix, Matrix)
Diagonally stacks two given matrices. The new matrix is a M-by-N diagonal block matrix, where
1M = topLeft.Rows + bottomRight.Rows
and
1N = topLeft.Columns +
2            bottomRight.Columns
. The values of the off-diagonal blocks are unchanged.
Public methodStatic memberDiagonalStack(Matrix, Matrix, Matrix)
Diagonally stacks two given matrices. The new matrix is a M-by-N diagonal block matrix, where
1M = topLeft.Rows + bottomRight.Rows
and
1N = topLeft.Columns +
2            bottomRight.Columns
. The values of the off-diagonal blocks are unchanged.
Top
See Also