Click or drag to resize

MatrixMathROMatrixFromColumnMajorLinearArrayT(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 ROMatrixFromColumnMajorLinearArray(
	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 columns are calculated from the length of the array and the number of rows.
Exceptions
ExceptionCondition
ArgumentException
See Also