IMSL C# Numerical Library

MPSReader.Row.Iterator Method 

Returns an iterator over the elements in this row.

public virtual IEnumerator Iterator();

Return Value

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

MPSReader.Row Class | Imsl.Math Namespace |