CppAD: A Package for Differentiation of C++ Algorithms

December 29, 2025 ยท View on GitHub

Documentation

users guide

License

SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later

Install

  • The preferred method to test and install CppAD uses cmake.

  • A deprecated autotools procedure can be used for this purpose, but it will eventually be removed.

Getting Started

get_started demonstrates using CppAD by computing the derivative of a simple example function.

Contents

  1. 1Documentation
  2. 2License
  3. 3Install
  4. 4Getting Started