sundials-config
SUNDIALS development files
Install
- All systems
-
curl cmd.cat/sundials-config.sh
- Debian
-
apt-get install libsundials-serial-dev
- Ubuntu
-
apt-get install libsundials-serial-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libsundials-serial-dev
- Raspbian
-
apt-get install libsundials-serial-dev
- Dockerfile
- dockerfile.run/sundials-config
libsundials-serial-dev
SUNDIALS development files
The family of solvers referred to as SUNDIALS (SUit of Nonlinear and DIfferential/ALgebraic equation Solvers) consists of solvers CVODE (for ODE systems), CVODES (ODE with sensitivity analysis capabilities), IDA (for differential-algebraic systems), and KINSOL (for nonlinear algebraic systems). This package contains files necessary for development applications using SUNDIALS in C and, in case of FCVODE and FKINSOL, Fortran. It also contains various example programs distributed by the upstream authors.