Click or drag to resize

JaggedArrayMatrix(Double) Constructor

Uses an already existing array for the matrix data.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public JaggedArrayMatrix(
	double[][] x
)

Parameters

x  Double
Jagged double array containing the matrix data. The data are used directly (no copy)!
See Also