# CppAD **Repository Path**: allingo/CppAD ## Basic Information - **Project Name**: CppAD - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-10 - **Last Updated**: 2025-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CppAD: A Package for Differentiation of C++ Algorithms ## Documentation [users guide](https://cppad.readthedocs.io/latest/user_guide.html) ## License SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later ## Install - The preferred method to test and [install](https://cppad.readthedocs.io/latest/Install.html) CppAD uses [cmake](https://cmake.org). - A deprecated [autotools](https://cppad.readthedocs.io/latest/cmake.html#autotools) procedure can be used for this purpose, but it will eventually be removed. ## Getting Started [get_sarted](https://cppad.readthedocs.io/latest/get_started.cpp.html) demonstrates using CppAD by computing the derivative of a simple example function.