Click or drag to resize

FloatHermCsrSparseMatrixItem Property

Indexer for returning the element at the specified row and column.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override FloatComplex this[
	int row,
	int col
] { get; set; }

Parameters

row  Int32
The row.
col  Int32
The column.

Return Value

FloatComplex
The value at the specified row and column.
See Also