-
I am trying to pass Jacobian as a sparse matrix through a jac function for the IDA solver. However, the code only take two types of linear solvers i.e. dense or SPGMR.
I understand it requires the …
-
Bitte updaten
![klu_006](https://github.com/user-attachments/assets/62a46bb3-f14d-4442-a983-7881364fb94c)
-
Hi,
I have some issues when dealing with sparse-type matrices (from package `SparseArrays`)
When I entered the following command, it caused an error:
```julia
julia > using SparseArrays
julia…
-
## Bug Report
@csiefer2
Attempt to build trilinos with CUDA on Windows. This is a fork,
cary@grating/.../trilinos-alturas$ git remote -v
origin https://github.com/Alturas-Research/Trilinos.git (…
-
This file will determine the code format across our repo. This link shows what each variable in the file can change [link](https://zed0.co.uk/clang-format-configurator/)
Below is some of the variable…
-
I'm trying to get more libraries using the LinearSolve.jl interface
http://linearsolve.sciml.ai/dev/
It's pretty complete now. The suggested form is that you use the caching interface so that i…
-
Dit is misschien een wat grotere klus, graag daarom het verzoek om bij de belangrijkste pagina's te beginnen.
Voor livegang moet vooral op grote lijnen het kloppen qua design.
Deadline: voor livegan…
-
```julia
A = sprand(10,10, 0.5)
b = rand(10)
copy_b = copy(b)
ft = klu(A[1:8, 1:8]);
KLU.solve!(ft, @view b[1:8]);
```
The above code works. If b is a 2d vector or even whole view `@view b[:,:]…
-
bad_alloc, Aborted (core dumped)
``` bash
$ ./main
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)
```
while excuting cmake, ap…
-
Thanks for all the work on this excellent crate. I'm using faer's sparse LU decomposition in an ode solver and trying to interpret some of my own benchmarks. I'd like to quantify the impact of faer's …