Numerical Components for .NET
Namespace: Extreme.Mathematics.LinearAlgebra Assembly: Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
public struct ColumnCollection : ICollection<Vector>, IEnumerable<Vector>, IEnumerable, IPermutable
Public Structure ColumnCollection _ Implements ICollection(Of Vector), IEnumerable(Of Vector), _ IEnumerable, IPermutable
public value class ColumnCollection : ICollection<Vector^>, IEnumerable<Vector^>, IEnumerable, IPermutable
[<SealedAttribute>] type ColumnCollection = struct interface ICollection<Vector> interface IEnumerable<Vector> interface IEnumerable interface IPermutable end
A ColumnCollection is used primarily as a mechanism to allow enumeration of the columns of a matrix.
Copyright © 2003-2010, Extreme Optimization. All rights reserved. Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc. Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo are registered trademarks of Microsoft Corporation.