Represents a
ComplexMatrix that is symmetrical about the main diagonal.
Namespace:
Extreme.Mathematics.LinearAlgebra.Complex
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.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