CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Go to the source code of this file.
Namespaces | |
namespace | CppAD |
contains all the variables and functions defined by the CppAD package. | |
Functions | |
template<class Base > | |
void | CppAD::PrintFor (const AD< Base > &flag, const char *before, const AD< Base > &var, const char *after) |
template<class Base > | |
void | CppAD::PrintFor (const char *before, const AD< Base > &var) |
template<class Base > | |
void | CppAD::PrintFor (const char *before, const VecAD_reference< Base > &var) |
template<class Base > | |
void | CppAD::PrintFor (const VecAD_reference< Base > &pos, const char *before, const VecAD_reference< Base > &var, const char *after) |
template<class Base > | |
void | CppAD::PrintFor (const VecAD_reference< Base > &pos, const char *before, const AD< Base > &var, const char *after) |
template<class Base > | |
void | CppAD::PrintFor (const AD< Base > &pos, const char *before, const VecAD_reference< Base > &var, const char *after) |