Applies the permutation to the rows of a permutable object.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void ApplyInPlace(
IPermutable permutableObject
)
Public Sub ApplyInPlace (
permutableObject As IPermutable
)
public:
void ApplyInPlace(
IPermutable^ permutableObject
)
member ApplyInPlace :
permutableObject : IPermutable -> unit
Parameters
- permutableObject
- Type: Extreme.MathematicsIPermutable
An object that implements IPermutable.
Reference