Click or drag to resize

MatrixMathLeftSpineJaggedArrayMatrixT(T) 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 LeftSpineJaggedArrayMatrix(
	T[][] x
)

Parameters

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