GeneralMatrix {Microsoft.VisualBasic.Math.LinearAlgebra.Matrix} | .NET clr documentation |
[m,n]
# namespace Microsoft.VisualBasic.Math.LinearAlgebra.Matrix
export class GeneralMatrix {
# n
ColumnDimension: integer;
# m
RowDimension: integer;
}