Matrix<T>.Get Column Enumerator Method
Returns an enumerator that allows you to
iterate over the columns 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 columns of this matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual IEnumerator<Vector<T>> GetColumnEnumerator(
Intent intent
)
Parameters
- intent Intent
Return Value
IEnumerator<Vector<T>>Returns an enumerator that can be used to iterate over the columns of this matrix.