-
Trying to differentiate through a matrix exponential took a very very very long time, and then finally errored.
MWE:
```julia
julia> let M = rand(2, 2)
∂M = similar(M)
au…
-
### Package Details
* Package Name/Version: **lapack/3.9.0**
* Website: **https://netlib.sandia.gov/lapack/**
* Source code: **https://github.com/Reference-LAPACK/lapack**
### Descriptio…
-
when i use option -llapack, the compiling is ok. But when I run the exe file, it feedback:
"exe: error while loading shared libraries: libflang.so: cannot open shared object file: No such file or dir…
-
https://github.com/mratsim/Arraymancer/pull/211 introduced LAPACK dependencies but I couldn't make the test work. The dll doesn't get detected.
-
Hi Rado,
as I see, GNU libraries lapack and blas are supporting integer-64 bit installation. Would be good to have math detection for 64bit integers.
~~~
milias@adf2:~/work/software/dirac_suite…
miroi updated
5 years ago
-
LAPack's Hessenberg eigenvalue routines use half the memory. I'd be willing to make a pull request that moves (and modernizes) ApproxFun.jl's implementation over: https://github.com/JuliaApproximation…
-
Hi. How can I resolve this irlba error? When nv > 40 it always fail. Re-installing the irlba via `install_github("bwlewis/irlba", force = TRUE) ` also did not change anything.
```
library(irlba)…
-
Hi,
I am building a wrapper for multifario.sourceforge.io/. So far, every works pretty well, I am impressed by the bindings generated by the package!
However, I have an example file from multifa…
-
Setup.nqp should detect the presence of both LAPACK and CLAPACK libraries. Appropriate wrappers for each should be written and conditionally included in the build.
-
wget --no-check-certificate -O ~/build/lapack-3.11.tar.gz https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.11.tar.gz
tar xvf lapack-3.11.tar.gz
install -v -d mybuild
cd mybuild
cmak…