Represents a
ComplexMatrix that is symmetrical about the main diagonal.
Namespace: Extreme.Mathematics.LinearAlgebra.Complex
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public NotInheritable Class ComplexHermitianMatrix _
Inherits ComplexMatrix
|
| Visual C++ |
public ref class ComplexHermitianMatrix sealed : public ComplexMatrix
|
| F# |
[<SealedAttribute>]
type ComplexHermitianMatrix =
class
inherit ComplexMatrix
end
|
Remarks
Inheritance Hierarchy
See Also