Dense Matrix<T>.Get Row Enumerator Method
Constructs an IEnumerator object that can be used
to iterate over the rows of this matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An object that implements IEnumerator<T> of Vector<T>.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override IEnumerator<Vector<T>> GetRowEnumerator(
Intent intent
)
Parameters
- intent Intent
Return Value
IEnumerator<Vector<T>>An object that implements IEnumerator<T> of Vector<T>.