Click or drag to resize

MatrixMathROMatrixFromRowMajorLinearArrayT(T, Int32) Constructor

Initializes a new instance of the MatrixMathROMatrixFromColumnMajorLinearArrayT class.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ROMatrixFromRowMajorLinearArray(
	T[] array,
	int nColumns
)

Parameters

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