-
This would be the arguments:
1. `colorvec` for the color vector of the independent directions
2. `sparsity` for the sparsity pattern used in the decompression
3. `output`, `jac_prototype`, `hes_p…
-
Hi!
My goal is to use the `SparseCSCInterface` to get LU factorizations that solve both systems with single and multiple right-hand sides.
The documentation claims that the API supports multiple…
-
**Long Story Short**
After e2e runs on master, the logs of isolve-mpi are not complete.
In particular: ```MPI version 3.1 on 2 processes``` is missing
@elisabettai found a new service that …
-
I know there is the Incomplete Cholesky Factorization, which I understand is a 'sparse' approximation of cholesky, but is there currently an existing or planned implementation of a full Cholesky Facto…
-
Description of the new ILU(K) preconditioner running on multiple streams using partitioned execution space instances.
lucbv updated
10 months ago
-
```julia
A = [1.0 1.0; 1.0 1.0]
det(A) * inv(A)
# ERROR: SingularException(2)
```
to be fair, the LU approach is remarkably resiliant...
```julia
A = [1.0 1.0; 1.0 1.0-1e-16]
det(A) * inv(A)…
-
The computation of eigenvalues can be used for the determinant, or perhaps there is a more specific LAPACK function
-
With a model running fine with MTK v8.73.2 i run into an error with MTK v8.74.0 and also the latest v8.75. The stacktrace is attached. Since the model is little bit complex it's difficult to provide e…
-
hi, I test the code, and find the memory of pc is continuously growing。
Does I use not correct? thanks.
float[][] a= ...;
DenseMatrix matrix= DenseMatrix.OfRowArrays(a);
float[][] b= ...;
fo…
-
Hello!
Hopefully this is a quick one: although xGESV is broken out in `Solve` right now, there's a very similar pair of functions in the issue name, documented e.g. [on he very top of this page](ht…