DenseMatrix<T, TSlice, TStorage2D>.GetColumnEnumerator Method

Gets an IEnumerator than can be used to enumerate the columns 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>> GetColumnEnumerator(
	Intent intent
)

Parameters

intent  Intent
 

Return Value

IEnumerator<Vector<T>>
An object that implements IEnumerator<T> of Vector<T>.

See Also