JaggedArrayMatrix(Double, Int32, Int32) Constructor |
Uses an already existing array for the matrix data.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public JaggedArrayMatrix(
double[][] x,
int rows,
int cols
)
Parameters
- x Double
- Jagged double array containing the matrix data. The data are used directly (no copy)!
- rows Int32
- Number of (used) rows of the matrix.
- cols Int32
- Number of columns of the matrix.
See Also