The FloatHermitianEigDecompServer type exposes the following members.

Constructors

  NameDescription
FloatHermitianEigDecompServer
Default constructor. Creates a FloatHermitianEigDecompServer instance that computes all eigenvalues and eigenvectors using a default tolerance.

Methods

  NameDescription
Clone
Creates a deep copy of this eigenvalue decomposition server.
ComputeAllEigenValues
Configures the server to compute all eigenvalues.
ComputeEigenValueRange
Configures the server to compute only the eigenvalues in a specified range. Eigenvalues which are greater than lower and less than or equal to upper are computed.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FactorOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
AbsTolerance
Gets and sets the absolute tolerance for each eigenvalue.
ComputeVectors
Gets and sets a boolean value indicating whether or not eigenvectors should be computed.

See Also