MapackMatrix(Int32, Int32, Double) Constructor |
Constructs a matrix of the given size and assigns a given value to all diagonal elements.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MapackMatrix(
int rows,
int columns,
double value
)
Parameters
- rows Int32
- Number of rows.
- columns Int32
- Number of columns.
- value Double
- Value to assign to the diagnoal elements.
See Also