Click or drag to resize

MapackMatrix(Double) Constructor

Constructs a matrix from the given array.

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

Parameters

data  Double
The array the matrix gets constructed from.
See Also