Represents a permutation matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public class PermutationMatrix : Matrix
|
| Visual Basic (Declaration) |
Public Class PermutationMatrix _
Inherits Matrix
|
| Visual C++ |
public ref class PermutationMatrix : public Matrix
|
| F# |
type PermutationMatrix =
class
inherit Matrix
end
|
Remarks
Inheritance Hierarchy
See Also