Permutes the rows 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 PermuteRows(
Permutation permutation
)
Public Overridable Function PermuteRows (
permutation As Permutation
) As ComplexMatrix
public:
virtual ComplexMatrix^ PermuteRows(
Permutation^ permutation
)
abstract PermuteRows :
permutation : Permutation -> ComplexMatrix
override PermuteRows :
permutation : Permutation -> ComplexMatrix
Parameters
- permutation
- Type: Extreme.MathematicsPermutation
A Permutation object.
Return Value
Type:
ComplexMatrix
Numerical Libraries
Supported in: 5.x, 4.x
Reference