Extreme Optimization™: Complexity made simple.

Numerical Components
for .NET

  • Home
  • •
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • •
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • •
  • Support
    • Frequently Asked Questions
    • QuickStart Samples
    • Sample Applications
    • Downloads
  • •
  • Blog
  • •
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Contact us
Introduction
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand ReferenceReference
  • Home
  • Documentation
  • Reference
  • Extreme.Mathematics.LinearAlgebra.Complex Namespace
  • ComplexHermitianMatrix Class
    • Members
    • Constructors
    • Methods
    • Properties
Collapse imageExpand ImageCopy imageCopyHover image
       




ComplexHermitianMatrix Class

Members  See Also 
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

C#
public sealed class ComplexHermitianMatrix : ComplexMatrix
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

Use the ComplexHermitianMatrix class to represent dense matrices whose elements are symmetrical about the main diagonal. Symmetric matrices are always square.

The components of a ComplexHermitianMatrix are stored in a one-dimensional array of DoubleComplex values. Thanks to the symmetry, only the upper or lower-triangular portion needs to be stored.

Symmetric matrices can be constructed from scratch, or they can be derived or extracted from the upper or lower triangular portion of a ComplexGeneralMatrix using one of the Extract(ComplexGeneralMatrix, Int32, Int32, Int32, MatrixTriangleMode, Boolean) methods.

The ComplexHermitianMatrix class implements algorithms using the hermitian matrix BLAS and LAPACK routines. Symmetric matrices are always stored in column-major order.

Inheritance Hierarchy

System..::.Object
  Extreme.Mathematics.LinearAlgebra.Complex..::.ComplexLinearTransformation
    Extreme.Mathematics..::.ComplexMatrix
      Extreme.Mathematics.LinearAlgebra.Complex..::.ComplexHermitianMatrix

See Also

ComplexHermitianMatrix Members
Extreme.Mathematics.LinearAlgebra.Complex Namespace
Extreme.Mathematics..::.ComplexMatrix
Extreme.Mathematics.LinearAlgebra.Complex..::.ComplexCholeskyDecomposition
[!:ComplexRowVector]

Send comments on this topic to support@extremeoptimization.com

Copyright © 2003-2010, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.