-
Hi All,
I have an odd problem and I don't know if this is the correct place to ask, so apologies if not but here goes...
Some of the matrices that I have to invert are >50k per axis (i.e. 50k x…
-
BLAS and LAPACK providers should have a mechanism for allowing their consumers to properly set the CMake `BLA_STATIC` and `BLA_VENDOR` configuration options. This is similar in essence to the already-…
omor1 updated
1 month ago
-
spack install netlib-lapack +external-blas %xl_r@13.1.6 ^ibm-essl@5.5
When compiling with an external BLAS library such as ESSL, netlib-lapack does not pull in the proper externally defined BLAS li…
-
**The Issue**
Since version 1.39.0, `parallelly::availableCores()` no longer returns the correct number of available cores on a Kubernetes Cluster on the Posit Workbench (here: 32 instead of the 2 …
-
Historically, we have gone through many stages of BLAS/LAPACK wrappers. And consequently we have a lot of home-baked wrappers to the formal BLAS/LAPACK routines.
This actually allowed the users to…
ilayn updated
6 months ago
-
The `GeneralizedEigen` type is not really a factorization right now. From `F=eigfact(A,B)` you cannot recreate `A` and `B`. There are an easy problem and a hard problem here.
- [ ] First of all, we'll…
-
### Describe your issue.
Hi!
This is not really a bug, but I wouldn't know how to characterize it otherwise. I am working to preprocess MEG data using the package [MNE Python](https://mne.tools/s…
-
I don't think I'll get it done right now, so putting this here to track progress.
Currently, the shape of a tensor is controlled by `_shape`, a vector of dimensions of each rank, and `_mapper`, whi…
-
Given a list of SpatRaster objects of 512 * 512 * 204
that sequentially overlap in a ~25%, I try to make one
single object with merge() or mosaic().
While both merge() and mosaic() work with up t…
-
Consider replacing linpack `DGTSL` with lapack `DGTSV`. This was done in the SciPy version. See: https://github.com/scipy/scipy/commit/361468a6b08e731936d761f5130799fca962acaf#diff-3bc2ad4ff04dcd0fd46…