-
```
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 …
-
I'm running this on julia 1.7.1, with a MacOS 12.2.1, it crashes
```julia
using Enzyme
function mybackslash!(x, A, b)
x .= A \ b
nothing
end
A = rand(5, 5)
b = rand(5, 1)
x = ze…
-
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…
-
# 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…
-
**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…
-
Hi Ilya,
Given the C++ core of the models now, I have a harder time debugging issues that crop up. It seems that some errors cause an R session to crash rather than displaying an error message.
…
-
## Features in This Release
### BLAS
### LAPACK
### RNG
### DFT
### Sparse BLAS
### Documentation update
## Known Issues and Limitations