Click or drag to resize

DataTableWrapperToColumnMatrix(DataColumnCollection, IAscendingIntegerCollection, Int32) Method

Wraps a set of DataColumns into a writeable matrix so that the matrix columns corresponds to the DataColumns.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IMatrix<double> ToColumnMatrix(
	DataColumnCollection collection,
	IAscendingIntegerCollection selectedColumns,
	int nRows
)

Parameters

collection  DataColumnCollection
Collection of DataColumns.
selectedColumns  IAscendingIntegerCollection
Set set of indices into the collection that are part of the matrix. You can subsequently change this parameter without affecting this wrapper.
nRows  Int32
The number of rows that are part of the matrix (starting from index 0).

Return Value

IMatrixDouble

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.DataTableWrapper.ToColumnMatrix(Altaxo.Data.DataColumnCollection,Altaxo.Collections.IAscendingIntegerCollection,System.Int32)"]

See Also