Permutes the rows and columns of the matrix using the specified row and column
Permutation.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public virtual SingleMatrix PermuteRowsAndColumns(
Permutation rowPermutation,
Permutation columnPermutation
)
Public Overridable Function PermuteRowsAndColumns (
rowPermutation As Permutation,
columnPermutation As Permutation
) As SingleMatrix
public:
virtual SingleMatrix^ PermuteRowsAndColumns(
Permutation^ rowPermutation,
Permutation^ columnPermutation
)
abstract PermuteRowsAndColumns :
rowPermutation : Permutation *
columnPermutation : Permutation -> SingleMatrix
override PermuteRowsAndColumns :
rowPermutation : Permutation *
columnPermutation : Permutation -> SingleMatrix
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:
SingleMatrix
Numerical Libraries
Supported in: 5.x, 4.x
Reference