MatrixTDiagonal |
public void DiagonalStack( Matrix<T> lower, Matrix<T> result )
Exception | Condition |
---|---|
ArgumentNullException | If lower is . |
ArgumentNullException | If the result matrix is . |
ArgumentException | If the result matrix's dimensions are not (this.Rows + lower.rows) x (this.Columns + lower.Columns). |