Click or drag to resize

MatrixTEnumerateColumns Method

Returns an IEnumerable that can be used to iterate through all columns of the matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<Vector<T>> EnumerateColumns()

Return Value

IEnumerableVectorT
An enumeration of the matrix columns.
See Also