klujax icon indicating copy to clipboard operation
klujax copied to clipboard

Solve sparse linear systems in JAX using the KLU algorithm

Results 2 klujax issues
Sort by recently updated
recently updated
newest added

Hi, I use klujax a lot (and I really like it!), but it seems like there are a few memory leaks. Consider the following python script: ```python from math import...