Permutes the rows of the matrix using the specified
Permutation.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Matrix<T> PermuteRowsInPlace(
Permutation permutation
)
Public Overridable Function PermuteRowsInPlace (
permutation As Permutation
) As Matrix(Of T)
public:
virtual Matrix<T>^ PermuteRowsInPlace(
Permutation^ permutation
)
abstract PermuteRowsInPlace :
permutation : Permutation -> Matrix<'T>
override PermuteRowsInPlace :
permutation : Permutation -> Matrix<'T>
Parameters
- permutation
- Type: Extreme.MathematicsPermutation
A Permutation object.
Return Value
Type:
MatrixT
Reference