MatrixWrapperStructForLeftSpineJaggedArrayT(T, Int32, Int32) Constructor |
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MatrixWrapperStructForLeftSpineJaggedArray(
T[][] array,
int rows,
int cols
)
Parameters
- array T
- The array to wrap.
- rows Int32
- Number of rows.
- cols Int32
- Number of columns.
See Also