|  | Float | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe FloatEigDecompServer type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | FloatEigDecompServer | Default constructor. Creates a FloatEigDecompServer instance that does preliminary balancing and computes both left and right eigenvectors. | 
|  | FloatEigDecompServer(Boolean, Boolean, BalanceOption) | Constructs a FloatEigDecompServer with the specified options. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Balance | Gets and sets the balance option. | 
|  | ComputeLeftVectors | Gets and sets a boolean value indicating whether or not left eigenvectors should be computed. | 
|  | ComputeRightVectors | Gets and sets a boolean value indicating whether or not right eigenvectors should be computed. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Create a deep copy of this eigenvalue decomposition server. | 
|  | Factor | Computes an eigenvalue decomposition for the given square matrix. | 
 See Also
See Also