MatrixDiagonalStack Method (Matrix, Matrix, Matrix) |
1M = topLeft.Rows + bottomRight.Rows
1N = topLeft.Columns + 2 bottomRight.Columns
Namespace: FinMath.LinearAlgebra
public static void DiagonalStack( Matrix topLeft, Matrix bottomRight, Matrix result )