Replies: 2 comments
-
I think that |
Beta Was this translation helpful? Give feedback.
0 replies
-
I checked the function already but it only takes dense Jax arrays. My sparse system is too large to fill in all the zeros. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a sparse triangular system to solve. Is it possible to solve this system directly by back/forward substitution without QR factorization in jax?
Beta Was this translation helpful? Give feedback.
All reactions