Replies: 2 comments 5 replies
-
so far best approximation I've found is the projecting down into the nearest pd matrix
|
Beta Was this translation helpful? Give feedback.
0 replies
-
JAX's Cholesky solver calls |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone know of a viable incomplete cholesky factorization when the input matrix is not necessarily PSD?
The reference FORTRAN code used by scipy's Newton trust-exact (and other trust radius based methods) is here:
http://www.netlib.org/lapack/explore-html/d1/d7a/group__double_p_ocomputational_ga2f55f604a6003d03b5cd4a0adcfb74d6.html
This is the only function that's been difficult to port over to a jittable jax-implementation, and would enable all sorts of cool things downstream.
Beta Was this translation helpful? Give feedback.
All reactions