You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the generalized eigen solver SymGEigsSolver in the regular inverse mode
Added the wrapper class SparseRegularInverse that can be used with SymGEigsSolver in the regular inverse mode
Added test code for generalized eigen solver in the regular inverse mode
Changed
Improved the numerical precision and stability of some internal linear
algebra classes, including TridiagEigen, UpperHessenbergEigen, and DoubleShiftQR
API change: The x_in argument in matrix operation functions, e.g. perform_op(), is now labelled to be constant
Fixed a bug that GenEigsComplexShiftSolver gave wrong results when transforming back the
eigenvalues, discovered by @jdbancal