russell icon indicating copy to clipboard operation
russell copied to clipboard

Rust Scientific Libary. ODE and DAE (Runge-Kutta) solvers. Special functions (Bessel, Elliptic, Beta, Gamma, Erf). Linear algebra. Sparse solvers (MUMPS, UMFPACK). Probability distributions. Tensor ca...

Results 3 russell issues
Sort by recently updated
recently updated
newest added

Hi, First of all, thanks for creating this library! It has been a joy to use for my project. In my project, I would like to precompute some sparse matrices...

System: Rocky 9 Version: 1.2.0 and 1.2.1 I tried the `examples/pde_laplace_equation.rs` but failed at building. The rust-analyzer sayed that I missed `zmumps_c.h`, but I have this file at `/usr/include/MUMPS/`. The...