Click or drag to resize
MPSReaderRowIterator Method
Returns an iterator over the elements in this row.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual IEnumerator Iterator()

Return Value

Type: IEnumerator
An IEnumerator object that can be used as an iterator over the elements in this row.
Remarks
This is used to retrieve the coeffients in a sparse form.
See Also