CppAD: A C++ Algorithmic Differentiation Package 20110419
|
Value:
CPPAD_ASSERT_UNKNOWN( NumArg(op) == n_arg ) \ CPPAD_ASSERT_UNKNOWN( NumRes(op) == n_res ) Check that operator op has the specified number of of arguments and results. If NDEBUG is not defined and either the number of arguments or the number of results are not as expected, execution is terminated and the source code line number is reported. Definition at line 160 of file cppad_assert.hpp. Referenced by ForJacSweep(), forward0sweep(), forward_sweep(), ADTape< Base >::Independent(), optimize(), ReverseSweep(), RevHesSweep(), RevJacSweep(), player< Base >::start_forward(), and player< Base >::start_reverse(). |