Permutes the rows and columns of the matrix using the specified
Permutation.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual ComplexMatrix PermuteRowsAndColumns(
Permutation permutation
)
Public Overridable Function PermuteRowsAndColumns (
permutation As Permutation
) As ComplexMatrix
public:
virtual ComplexMatrix^ PermuteRowsAndColumns(
Permutation^ permutation
)
abstract PermuteRowsAndColumns :
permutation : Permutation -> ComplexMatrix
override PermuteRowsAndColumns :
permutation : Permutation -> ComplexMatrix
Parameters
- permutation
- Type: Extreme.MathematicsPermutation
A Permutation object.
Return Value
Type:
ComplexMatrix
This method works on symmetric matrices.
Numerical Libraries
Supported in: 5.x, 4.x
Reference