-
**Describe the feature**
I would like to see LAPACK's (scipy) routines available to use in Pyccel.
**Test Code**
The example I am trying to get working is the following:
```python
from scipy.li…
-
```
This error creeps in sometimes:
Error in La.svd(x, nu, nv) : error code 1 from Lapack routine 'dgesdd'
The only way for us to handle this is to do error catching, reset the loop to
i-1 and go …
-
Quoting your README.md
> "I really do not understand the difference between LAPACK, LAPACKE and CLAPACK there might be some confusion in the tutorials"
You might want to check this page for clarif…
-
# Summary
Request to implement lapack::gesv for lapack_mklcpu, lapack_mklgpu, and lapack_cusolver library.
# Problem statement
I use lapack::gesv to solve a linear matrix equation, or system of l…
-
Link to #8
Maybe we could use [`findblas`](https://pypi.org/project/findblas/) ([source](https://github.com/david-cortes/findblas)) to find BLAS/LAPACK on the system instead of doing it by hand by…
-
I have been trying to implement the IPF algorithm from SMiR's Chapter 7 on a dataset I created using the American Community Survey (ACS). I have been using almost the similar data structure as the Cak…
-
I am newb. I am installing molbert with jupyter notebook.
I downloaded code zip. After unzip, I made python code within the same folder.
I used the following code
!conda activate molbert
!pip…
-
Hi,
I am thinking on adding support for certain libraries to setup-fortran, especially LAPACK and BLAS. Do you think setup-fortran is the right place for this?
-
### Describe your issue.
I'm seeing a large number of fails on macOS 15.1 (Sequoia, ARM M1) using Accelerate. I don't see those fails with scipy-openblas32. This leads me to believe that there's a pr…
-
**Describe the bug**
I am trying to set up parallel processing in my R code. I get an inexplicable error. I am running R 4.4.2 inside Ubuntu and Fedora containers running on Aurora 41, a "spin" of Fe…
bshor updated
59 minutes ago