Click or drag to resize

MatrixMath.MatrixFromRowMajorLinearArray<T>(T[], Int32) Constructor

Initializes a new instance of the MatrixMath.MatrixFromColumnMajorLinearArray<T> class.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public MatrixFromRowMajorLinearArray(
	T[] array,
	int nRows
)

Parameters

array  T[]
The linear array in column major order.
nRows  Int32
The number of rows of the matrix. The number of colums are calculated from the length of the array and the number of rows.
Exceptions
ExceptionCondition
ArgumentException
See Also