DenseMatrix<T, TSlice, TStorage2D>.GetRowEnumerator 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.0
C#
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>.

See Also