Dense Matrix<T, TSlice, TStorage2D>.Get Row Enumerator Method
Constructs an IEnumerator object that can be used
to iterate over the rows of this matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An object that implements IEnumerator<T> of Vector<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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>.