DenseVector<T>.PermuteInPlace Method

Definition

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

Overload List

DenseVector<T>.PermuteInPlace(Permutation, Boolean)

Permutes a vector.
C#
public override void PermuteInPlace(
	Permutation permutation,
	bool inverse
)

Parameters

permutation  Permutation
The Permutation to apply to the vector.
inverse  Boolean
A Boolean value that specifies whether the inverse of permutation should be applied.

See Also