Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace


Extreme Optimization Mathematics Library for .NET

ColumnCollection Structure

Represents the collection of columns of a Matrix.

For a list of all members of this type, see ColumnCollection Members.

System.Object
   ValueType
      ColumnCollection

[Visual Basic]
Public Structure ColumnCollection
Implements IEnumerable
[C#]
public struct ColumnCollection : IEnumerable

Remarks

A ColumnCollection is used primarily as a mechanism to allow enumeration of the columns of a matrix.

Requirements

Namespace: Extreme.Mathematics.LinearAlgebra

Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)

See Also

ColumnCollection Members | Extreme.Mathematics.LinearAlgebra Namespace