-
We want to be able to build scipy with ILP64 BLAS and LAPACK support [1]. Discounting several technical issues (which are quite challenging in themselves, actually, but that's a separate discussion), …
-
I'm using `julia` 1.8.3 for Linux installed from https://julialang.org/downloads/.
```
julia> versioninfo()
Julia Version 1.8.3
Commit 0434deb161e (2022-11-14 20:14 UTC)
Platform Info:
OS: Lin…
-
I've been searching for a generic `LAPACK.getrs!` to modify for block-contiguous right hand sides but curiously couldn't find an implementation. Do you know if anyone has taken the time to copy this o…
-
## 🐛 Bug
Using scipy.linalg.cython_blas/lapack for some low level linear algebra I'm hit with the following error using pyodide :
```bash
TypeError: C function scipy.linalg.cython_lapack.dgesv …
-
It looks like cytnx assumes that LAPACKE will be available with OpenBLAS. While OpenBLAS does include LAPACKE bindings, it appears that Ubuntu doesn't include lapacke in libopenblas.so, and instead t…
-
In the ` aarch64-apple-darwin` job https://buildkite.com/julialang/julia-master/builds/41270#0192a51c-3afb-4a6f-a53f-3c3b9f537ed4,
there is
```julia
The global RNG seed was 0xf3fab14bb37f52ec47cdcf1f8…
-
In addition to the [question](https://github.com/conda-forge/intel_repack-feedstock/pull/82#pullrequestreview-2425093976) whether mkl now really requires `__glibc >=2.28` on linux, I tested MKL 2025.0…
-
Here is how to get started:
```console
git clone https://github.com/Reference-LAPACK/lapack
cd lapack
mkdir build
cd build
FC=gfortran cmake -DCBLAS=no -DLAPACKE=no -DBUILD_TESTING=no -DBUILD_DO…
-
I think it is good to consider the new C++26 proposal for [``](https://wg21.link/P1673R13), specifically section 9.2
> Nevertheless, we have excluded LAPACK-like functionality from this proposal, f…
-
Here is a small way to reproduce the problem.
When giving an argument close to 10000 it fails.
```julia
using LinearAlgebra
mirror!(A) = for i in 1:size(A, 1), j in (i + 1):size(A, 2); A[i, j] = A…
r3tex updated
15 hours ago