Extreme Optimization™: Complexity made simple.

Math and Statistics
Libraries for .NET

  • Home
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Resources
    • Downloads
    • QuickStart Samples
    • Sample Applications
    • Frequently Asked Questions
    • Technical Support
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Partners
    • Contact us
Introduction
Deployment Guide
Nuget packages
Configuration
Using Parallelism
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Data Analysis Library User's GuideData Analysis Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand Data Access Library User's GuideData Access Library User's Guide
Expand ReferenceReference

Skip Navigation LinksHome»Documentation»Reference»Extreme.Mathematics.LinearAlgebra»ColumnCollection(T) Structure

ColumnCollectionT Structure

Extreme Optimization Numerical Libraries for .NET Professional
Represents the collection of columns of a matrix.

Namespace:  Extreme.Mathematics.LinearAlgebra
Assembly:  Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Syntax

C#
VB
C++
F#
Copy
public struct ColumnCollection<T> : ICollection<Vector<T>>, 
	IEnumerable<Vector<T>>, IEnumerable, IPermutable
Public Structure ColumnCollection(Of T)
	Implements ICollection(Of Vector(Of T)), IEnumerable(Of Vector(Of T)), 
	IEnumerable, IPermutable
generic<typename T>
public value class ColumnCollection : ICollection<Vector<T>^>, 
	IEnumerable<Vector<T>^>, IEnumerable, IPermutable
[<SealedAttribute>]
type ColumnCollection<'T> =  
    struct
        interface ICollection<Vector<'T>>
        interface IEnumerable<Vector<'T>>
        interface IEnumerable
        interface IPermutable
    end

Type Parameters

T

The ColumnCollectionT type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of columns in the collection.
Public propertyItem
Gets or sets the components of the specified column in this ColumnCollectionT.
Top
Methods

  NameDescription
Public methodAsParallel
Returns a partitioner object suitable for enumerating over the columns in parallel.
Public methodCopyTo
Copies the columns to an array of vectors.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetEnumerator
Returns an enumerator for this ColumnCollectionT.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPermuteInPlace
Permutes the columns.
Public methodToArray
Returns the columns in an array.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Extension Methods

  NameDescription
Public Extension MethodGroupVectorTOverloaded.
Returns a grouping by the unique elements in a sequence.
(Defined by Grouping.)
Public Extension MethodGroupVectorT(IEqualityComparerVectorT)Overloaded.
Returns a grouping by the unique elements in a sequence using the specified comparer to determine equality.
(Defined by Grouping.)
Public Extension MethodSumVectorTOverloaded.
Computes the sum of the sequence of values.
(Defined by ArrayMath.)
Public Extension MethodSumVectorT, U(FuncVectorT, U)Overloaded.
Computes the sum of the sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by ArrayMath.)
Top
Remarks

A ColumnCollectionT is used primarily as a mechanism to allow enumeration of the columns of a matrix.
See Also

Reference

Extreme.Mathematics.LinearAlgebra Namespace

Copyright (c) 2004-2023 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2023, 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.