Skip to content

coin-or/CppAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00ba5ae · Mar 29, 2025
Jul 29, 2023
Jan 24, 2025
Mar 21, 2025
Mar 12, 2025
Mar 20, 2024
Jan 18, 2025
Feb 9, 2025
Feb 9, 2025
Feb 8, 2025
Mar 27, 2025
Feb 8, 2025
Oct 2, 2024
Feb 8, 2025
Jan 18, 2025
Mar 1, 2024
Mar 14, 2025
Sep 14, 2024
Feb 4, 2025
Nov 4, 2022
Mar 29, 2025
Dec 12, 2018
Nov 4, 2022
Dec 2, 2017
Apr 15, 2023
Dec 11, 2019
Jan 6, 2025
Jan 22, 2024
Feb 25, 2024
Mar 29, 2025
Nov 16, 2006
Jan 6, 2025

Repository files navigation

CppAD: A Package for Differentiation of C++ Algorithms

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_sarted demonstrates using CppAD by computing the derivative of a simple example function.