Click or drag to resize

DataTableToMatrixConverter_matrixGenerator Field

Function that is used to generate a writeable matrix. First argument is number of rows, the 2nd argument is the number of columns of the matrix. The result shold be a writeable matrix with the corresponding number of rows and columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected Func<int, int, IMatrix<double>> _matrixGenerator

Field Value

FuncInt32, Int32, IMatrixDouble
See Also