MapackMatrix(Int32, Int32) Constructor |
Constructs an empty matrix of the given size.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MapackMatrix(
int rows,
int columns
)
Parameters
- rows Int32
- Number of rows.
- columns Int32
- Number of columns.
See Also