Matrix<T>.GetColumnEnumerator 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#
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.

See Also