Click or drag to resize

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.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double[][] GetMatrixCopy(
	IROMatrix<double> a
)

Parameters

a  IROMatrixDouble
The matrix to copy.

Return Value

Double
New jagged array with the same element values than matrix a.
See Also