SparseMatrixItem(Int32) Property |
Accessor method for ith row
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public SparseVector this[
int i
] { get; set; }
Parameters
- i Int32
- Row index
Return Value
SparseVectorThe ith row as a SparseVector
See Also