Click or drag to resize

SparseMatrixItem(Int32) Property

Accessor method for ith row

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SparseVector this[
	int i
] { get; set; }

Parameters

i  Int32
Row index

Return Value

SparseVector
The ith row as a SparseVector
See Also