Returns an enumerator that allows you to
iterate over the rows of this instance.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual IEnumerator<Vector<T>> GetRowEnumerator(
Intent intent
)
Public Overridable Function GetRowEnumerator (
intent As Intent
) As IEnumerator(Of Vector(Of T))
public:
virtual IEnumerator<Vector<T>^>^ GetRowEnumerator(
Intent intent
)
abstract GetRowEnumerator :
intent : Intent -> IEnumerator<Vector<'T>>
override GetRowEnumerator :
intent : Intent -> IEnumerator<Vector<'T>>
Parameters
- intent
- Type: Extreme.MathematicsIntent
Return Value
Type:
IEnumeratorVectorTReturns an enumerator that can be used to iterate over the rows of this matrix.
Reference