CppAD: A C++ Algorithmic Differentiation Package 20110419
cppad_assert.hpp File Reference

Define the CppAD error checking macros (all of which begin with CPPAD_ASSERT_) More...

Go to the source code of this file.

Defines

#define CPPAD_ASSERT_KNOWN(exp, msg)
 Check that exp is true, if not print msg and terminate execution.
#define CPPAD_ASSERT_UNKNOWN(exp)
 Check that exp is true, if not terminate execution.
#define CPPAD_ASSERT_NARG_NRES(op, n_arg, n_res)
 Check that operator op has the specified number of of arguments and results.

Detailed Description

Define the CppAD error checking macros (all of which begin with CPPAD_ASSERT_)

Definition in file cppad_assert.hpp.