Click or drag to resize

DataTableMatrixProxyBaseGetMatrixAndColumnNumbers Method

Gets the X matrix and the corresponding column numbers.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public (Matrix<double> matrixXRaw, double[] , int[] ) GetMatrixAndColumnNumbers(
	bool transposeMatrix
)

Parameters

transposeMatrix  Boolean
If set to true, the matrix is transposed, i.e. the columns of the DataTable become rows of the returned matrix.

Return Value

ValueTupleMatrixDouble, Double, Int32
A tuple containing the X matrix and the column numbers.
See Also