JaggedArrayMathGetMatrixCopy Method |
Allocates an array of the same dimensions than the provided matrix a, and copies the element of a to the new array.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double[][] GetMatrixCopy(
IROMatrix<double> a
)
Parameters
- a IROMatrixDouble
- The matrix to copy.
Return Value
DoubleNew jagged array with the same element values than matrix a.
See Also