Double |
The DoubleEigDecompServer type exposes the following members.
| Name | Description | |
|---|---|---|
| DoubleEigDecompServer | Default constructor. Creates a DoubleEigDecompServer instance that does preliminary balancing and computes both left and right eigenvectors. | |
| DoubleEigDecompServer(Boolean, Boolean, BalanceOption) | Constructs a DoubleEigDecompServer with the specified options. |
| 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. |
| Name | Description | |
|---|---|---|
| Clone | Create a deep copy of this eigenvalue decomposition server. | |
| Factor | Computes an eigenvalue decomposition for the given square matrix. |