Matrix<T>.Get Row Enumerator Method
Returns an enumerator that allows you to
iterate over the rows of this instance.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Returns an enumerator that can be used to iterate over the rows of this matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual IEnumerator<Vector<T>> GetRowEnumerator(
Intent intent
)
Parameters
- intent Intent
Return Value
IEnumerator<Vector<T>>Returns an enumerator that can be used to iterate over the rows of this matrix.