-
```
Is there an easy way to implement an efficient parallel sparse triangular
matrix backsubstitution step using cusp/thrust in the library? This would
enable the utilization of more elaborate precond…
-
```
Is there an easy way to implement an efficient parallel sparse triangular
matrix backsubstitution step using cusp/thrust in the library? This would
enable the utilization of more elaborate precond…
-
I just installed scikits.bvp_solver. It seemed to install ok, but I get the following error.
import scikits.bvp_solver
Traceback (most recent call last):
File "", line 1, in
import s…
-
As I understand it, `es!` gives the Schur decomposition of a matrix by calling MKL [`gees`](https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-c/top/lapack-rout…
-
it doesn't automatically load 'zen4R'or 'yaml' when the package is
loaded. yet, those packages are listed on the Imports: part of
DESCRIPTION. What am I missing?
```
> setwd('/Users/step…
sje30 updated
7 months ago
-
Some test cases depend on the Agda library, and may or may not work depending on what is installed. I've found the following examples in `test/interaction`:
https://github.com/agda/agda/blob/9a29f3…
-
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate.
- [x] I have searched the [documentation](https://python-poet…
-
**Issue**
I encountered an issue while trying to create a new conda environment using the `causalimages::BuildBackend` function. The process fails with the following error:
```
Error while loa…
-
CBMC version: 6.3.1 (cbmc-6.3.1-6-gbcda5a9316) and 5.95.1
Operating system: Ubuntu 22.04 amd64
Exact command line resulting in the issue: `cbmc --bounds-check --memory-leak-check --memory-cleanup-ch…
-
### TLDR:
Often when writing scientific algorithms we have to use some routines from cuSolver, like svd/eigh/qr. Those routines sometimes fail with unclear error messages that are not easy to unders…