Applies the inverse permutation to the components of a vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void ApplyInverseInPlace(
IPermutable permutableObject
)
Public Sub ApplyInverseInPlace (
permutableObject As IPermutable
)
public:
void ApplyInverseInPlace(
IPermutable^ permutableObject
)
member ApplyInverseInPlace :
permutableObject : IPermutable -> unit
Parameters
- permutableObject
- Type: Extreme.MathematicsIPermutable
The Vector whose components are to be permuted.
Reference