Permutes the rows and columns of the matrix using the specified row and column
Permutation.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Matrix<T> PermuteRowsAndColumnsInPlace(
Permutation rowPermutation,
Permutation columnPermutation
)
Public Overridable Function PermuteRowsAndColumnsInPlace (
rowPermutation As Permutation,
columnPermutation As Permutation
) As Matrix(Of T)
public:
virtual Matrix<T>^ PermuteRowsAndColumnsInPlace(
Permutation^ rowPermutation,
Permutation^ columnPermutation
)
abstract PermuteRowsAndColumnsInPlace :
rowPermutation : Permutation *
columnPermutation : Permutation -> Matrix<'T>
override PermuteRowsAndColumnsInPlace :
rowPermutation : Permutation *
columnPermutation : Permutation -> Matrix<'T>
Parameters
- rowPermutation
- Type: Extreme.MathematicsPermutation
The Permutation used to permute the rows. - columnPermutation
- Type: Extreme.MathematicsPermutation
The Permutation used to permute the columns.
Return Value
Type:
MatrixT
Reference