Matrix<T>.Get Column Enumerator Method
Returns an enumerator that allows you to
iterate over the columns of this instance.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Returns an enumerator that can be used to iterate over the columns of this matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.