MatrixTDiagonal |
Name | Description | |
---|---|---|
DiagonalStack(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. | |
DiagonalStack(MatrixT, MatrixT) | Diagonally stacks his matrix on top of the given matrix and places the combined matrix into the result matrix. |