Gets the components of the Vector.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overridable Function GetComponents ( _
	elementOrder As MatrixElementOrder _
) As Double()
C#
public virtual double[] GetComponents (
	MatrixElementOrder elementOrder
)
C++
public:
virtual array<double>^ GetComponents (
	MatrixElementOrder elementOrder
)

Parameters

elementOrder (Extreme.Mathematics.LinearAlgebra.MatrixElementOrder)
A MatrixElementOrder value that specifies whether the components should be listed by row or by column.

Return Value

An array of Double values that contains the components of the vector.