/usr/include/cppad/local/undef.hpp is in cppad 2016.00.00.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | // $Id: undef.hpp 3768 2015-12-28 18:58:35Z bradbell $
# ifndef CPPAD_UNDEF_HPP
# define CPPAD_UNDEF_HPP
/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-15 Bradley M. Bell
CppAD is distributed under multiple licenses. This distribution is under
the terms of the
GNU General Public License Version 3.
A copy of this license is included in the COPYING file of this distribution.
Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
-------------------------------------------------------------------------- */
/*
----------------------------------------------------------------------------
Preprecessor definitions that presist after cppad/cppad.hpp is included:
# undef CPPAD_ASSERT_FIRST_CALL_NOT_PARALLEL used by CPPAD_USER_ATOMIC
# undef CPPAD_ASSERT_KNOWN needed by cppad_ipopt
# undef CPPAD_ASSERT_UNKNOWN needed by cppad_ipopt
# undef CPPAD_HASH_TABLE_SIZE used by test_more/optimize.cpp
# undef EIGEN_MATRIXBASE_PLUGIN example use of Eigen with CppAD
# undef CPPAD_BOOL_BINARY in user api
# undef CPPAD_BOOL_UNARY in user api
# undef CPPAD_DISCRETE_FUNCTION in user api
# undef CPPAD_EIGENVECTOR in user api
# undef CPPAD_INTERNAL_SPARSE_SET in user api
# undef CPPAD_MAX_NUM_THREADS in user api
# undef CPPAD_NUMERIC_LIMITS in user api
# undef CPPAD_NULL in user api
# undef CPPAD_PACKAGE_STRING in user api
# undef CPPAD_STANDARD_MATH_UNARY in user api
# undef CPPAD_TAPE_ADDR_TYPE in user api
# undef CPPAD_TAPE_ID_TYPE in user api
# undef CPPAD_TESTVECTOR in user api
# undef CPPAD_TO_STRING in user api
# undef CPPAD_USE_CPLUSPLUS_2011 in user api
# undef CPPAD_TRACK_COUNT in deprecated api
# undef CPPAD_TRACK_DEL_VEC in deprecated api
# undef CPPAD_TRACK_EXTEND in deprecated api
# undef CPPAD_TRACK_NEW_VEC in deprecated api
# undef CPPAD_USER_ATOMIC in deprecated api
# undef CPPAD_TEST_VECTOR deprecated verssion of CPPAD_TESTVECTOR
# undef CppADCreateBinaryBool deprecated version of CPPAD_BOOL_BINARY
# undef CppADCreateDiscrete deprecated version of CPPAD_DISCRETE_FUNCTION
# undef CppADCreateUnaryBool deprecated version of CPPAD_BOOL_UNARY
# undef CppADTrackCount deprecated version of CPPAD_TRACK_COUNT
# undef CppADTrackDelVec deprecated version of CPPAD_TRACK_DEL_VEC
# undef CppADTrackExtend deprecated version of CPPAD_TRACK_EXTEND
# undef CppADTrackNewVec deprecated version of CPPAD_TRACK_NEW_VEC
# undef CppADvector deprecated version of CPPAD_TEST_VECTOR
// for conditional testing when implicit conversion is not present
# undef CPPAD_DEPRECATED
-----------------------------------------------------------------------------
*/
// Preprecessor definitions that do not presist
# undef CPPAD_ASSERT_NARG_NRES
# undef CPPAD_ASSERT_ARG_BEFORE_RESULT
# undef CPPAD_AZMUL
# undef CPPAD_BOOSTVECTOR
# undef CPPAD_COND_EXP
# undef CPPAD_COND_EXP_BASE_REL
# undef CPPAD_COND_EXP_REL
# undef CPPAD_CPPADVECTOR
# undef CPPAD_FOLD_AD_VALUED_BINARY_OPERATOR
# undef CPPAD_FOLD_ASSIGNMENT_OPERATOR
# undef CPPAD_FOLD_BOOL_VALUED_BINARY_OPERATOR
# undef CPPAD_FOR_JAC_SWEEP_TRACE
# undef CPPAD_HAS_COLPACK
# undef CPPAD_HAS_GETTIMEOFDAY
# undef CPPAD_HAS_MKSTEMP
# undef CPPAD_HAS_TMPNAM_S
# undef CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
# undef CPPAD_LIB_EXPORT
# undef CPPAD_MAX_NUM_CAPACITY
# undef CPPAD_MIN_DOUBLE_CAPACITY
# undef CPPAD_OP_CODE_TYPE
# undef CPPAD_REVERSE_SWEEP_TRACE
# undef CPPAD_REV_HES_SWEEP_TRACE
# undef CPPAD_REV_JAC_SWEEP_TRACE
# undef CPPAD_SIZE_T_NOT_UNSIGNED_INT
# undef CPPAD_STANDARD_MATH_UNARY_AD
# undef CPPAD_STDVECTOR
# undef CPPAD_TRACE_CAPACITY
# undef CPPAD_TRACE_THREAD
# undef CPPAD_TRACK_DEBUG
# undef CPPAD_USER_MACRO
# undef CPPAD_USER_MACRO_ONE
# undef CPPAD_USER_MACRO_TWO
# undef CPPAD_VEC_AD_COMPUTED_ASSIGNMENT
# endif
|