Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are these actually the adjoint Jacobi matrices? I.e. multiplication operators? #84

Open
MikaelSlevinsky opened this issue Jun 3, 2021 · 1 comment

Comments

@MikaelSlevinsky
Copy link
Member

## Jacobi matrix
jacobimatrix(::Val{1}, P::JacobiTriangle) = Lx(P.a+1, P.b, P.c) * Rx(P.a, P.b, P.c)
jacobimatrix(::Val{2}, P::JacobiTriangle) = Ly(P.a, P.b+1, P.c) * Ry(P.a, P.b, P.c)

Just wondering. (I don't really care, do you?)

@dlfivefifty
Copy link
Member

Yes. A better name could be used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants