Click or drag to resize

DataTableToMatrixConverterDefaultMatrixGenerator Method

Gets the defaults the matrix generator, which generates a JaggedArrayMatrix.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual IMatrix<double> DefaultMatrixGenerator(
	int rows,
	int columns
)

Parameters

rows  Int32
Number of rows.
columns  Int32
Number of columns.

Return Value

IMatrixDouble
A matrix instance sized to the requested number of rows and columns.
See Also