Permutes the rows and columns 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> PermuteRowsAndColumnsInPlace(
Permutation permutation
)
Public Overridable Function PermuteRowsAndColumnsInPlace (
permutation As Permutation
) As Matrix(Of T)
public:
virtual Matrix<T>^ PermuteRowsAndColumnsInPlace(
Permutation^ permutation
)
abstract PermuteRowsAndColumnsInPlace :
permutation : Permutation -> Matrix<'T>
override PermuteRowsAndColumnsInPlace :
permutation : Permutation -> Matrix<'T>
Parameters
- permutation
- Type: Extreme.MathematicsPermutation
A Permutation object.
Return Value
Type:
MatrixT
This method works on symmetric matrices.
Reference