DenseVector<T, TStorage>.PermuteInPlace Method

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

PermuteInPlace(Permutation, Boolean)

Permutes a vector.
C#
public override Vector<T> 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.

Return Value

Vector<T>

See Also