ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
The enumeration lists possible problem definitions for generalized eigenproblems:
Specifies the type of eigen problem, as defined by Lapack.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Ax_eq_lambBx | 1 | A*V = r*B*V | |
ABx_eq_lambx | 2 | A*B*V = r*V | |
BAx_eq_lambx | 3 | B*A*V = r*V |
Remarks
- Ax_eq_lambBx: A*V = r*B*V
- ABx_eq_lambx: A*B*V = r*V
- BAx_eq_lambx: B*A*V = r*V
[ILNumerics Core Module]
See Also