Sparse Vector<T>.Permute In Place Method
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Permute | Permutes a vector. |
Permute | Permutes a vector. |
PermuteInPlace(Permutation, Boolean)
Permutes a vector.
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.