sundials

Solves nonlinear and differential/algebraic equation systems

brewmacoslinux
Try with needOr install directly
Source

About

Nonlinear and differential/algebraic equations solver

Commands

sundials

Examples

Use SUNDIALS as a library in C/C++ code for ODE integration$ gcc -o myprogram myprogram.c -lsundials_cvode -lsundials_core -lm
Access SUNDIALS documentation and examples after installation$ brew info sundials && ls $(brew --prefix sundials)/examples
Link against SUNDIALS for DAE solving with IDA solver$ gcc -o dae_solver dae_example.c -lsundials_ida -lsundials_core -lm