JaggedArrayMathGetMatrixArray Method |
Allocates an array of n x m values.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double[][] GetMatrixArray(
int n,
int m
)
Parameters
- n Int32
- First matrix dimension (rows).
- m Int32
- Second matrix dimension( columns).
Return Value
DoubleArray of dimensions n x m.
See Also