How to Install cppad in Ubuntu 18.04



Install cppad by entering the following commands in the terminal:

sudo apt update
sudo apt install cppad

Description:

Automatic Differentiation (AD) of C++ algorithms

CppAD is a package for automatic differentiation of algorithms written in C++. Given appropriately written C++ code that computes a function, CppAD augments it to also compute derivative values. The system uses templates, supports forward and reverse accumulation modes, and allows nested derivatives. . This package contains C++ header files and documentation.

Homepage: https://projects.coin-or.org/CppAD/

Version: 2018.00.00.0-1

Section: universe/devel