Skip to content

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

New issue

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

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

Already on GitHub? # to your account

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

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

No branches or pull requests

2 participants