MatrixBuilderTSparse(Int32, Int32) Method |
Create a sparse matrix of T with the given number of rows and columns.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix<T> Sparse(
int rows,
int columns
)
Parameters
- rows Int32
- The number of rows.
- columns Int32
- The number of columns.
Return Value
MatrixT[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.MatrixBuilder`1.Sparse(System.Int32,System.Int32)"]
See Also