DenseVector<T>.SortInPlace Method

Definition

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

Overload List

SortInPlace() Sorts the vector in ascending order.
SortInPlace(SortOrder) Sorts the vector in the specified order.
SortInPlace(SortOrder, Permutation) Sorts the vector in the specified order.

SortInPlace(SortOrder)

Sorts the vector in the specified order.
C#
public override Vector<T> SortInPlace(
	SortOrder sortOrder
)

Parameters

sortOrder  SortOrder
A SortOrder value that specifies whether the elements should be sorted in ascending or descending order.

Return Value

Vector<T>

See Also