Skip to content

Log-pseudo-determinant for matrix times a constant #16963

Answered by jakevdp
Seb-Lorek asked this question in General
Discussion options

You must be logged in to vote

I tried running your code with JAX 0.4.12 on a CPU, and the output both on Colab and my OSX laptop is Array([ True], dtype=bool).

Given that, I suspect the difference may have to do with the linear algebra libraries (BLAS/LAPACK) that you have installed. On a CPU, JAX uses the same lapack libraries as scipy. Which scipy version do you have installed? And do you have any particular lapack version installed (e.g. if you're using anaconda, you probably have lapack from MKL)?

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Seb-Lorek
Comment options

@jakevdp
Comment options

Answer selected by Seb-Lorek
@Seb-Lorek
Comment options

@Seb-Lorek
Comment options

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