Click or drag to resize

MatrixMathMatrixFromRowMajorLinearArrayT(T, Int32) Constructor

Initializes a new instance of the MatrixMathMatrixFromColumnMajorLinearArrayT class.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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