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