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