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
Using recursive definitions for the Jacobi matrices is a nightmare! Instead, we should store the computed entries of the Jacobi matrix and the conversion matrix for all the SemiclassicalJacobiFamily, and the resizing is done in an intelligent way.
Hopefully this can be done using calls to the tridiagonal conjugation routines so no computational logic needs to be repeated.