include_deprecated

View page source

Deprecated Include Files

Deprecated 2015-11-30

The utility individual include files have been deprecated; e.g.,

# include <cppad/runge_45.hpp>

You must instead use

# include <cppad/utility.hpp>

or you can include individual utility files; e.g.,

# include <cppad/utility/runge_45.hpp>

Deprecated 2006-12-17

The following is a list of deprecated include file names and the corresponding names that should be used. For example, if your program uses the deprecated preprocessor command

# include <CppAD/CppAD.h>

you must change it to the command

# include <cppad/cppad.hpp>

The before 2015-11-30 column contains name used for the include file between 2006-12-17 and 2015-11-30 (see discussion above).

Deprecated

Before 2015-11-30

Documentation

CppAD/CheckNumericType.h

cppad/check_numeric_type.hpp

CheckNumericType

CppAD/CheckSimpleVector.h

cppad/check_simple_vector.hpp

CheckSimpleVector

CppAD/CppAD.h

cppad/cppad.hpp

user_guide

CppAD/CppAD_vector.h

cppad/vector.hpp

CppAD_vector

CppAD/ErrorHandler.h

cppad/error_handler.hpp

ErrorHandler

CppAD/LuFactor.h

cppad/lu_factor.hpp

LuFactor

CppAD/LuInvert.h

cppad/lu_invert.hpp

LuInvert

CppAD/LuSolve.h

cppad/lu_solve.hpp

LuSolve

CppAD/NearEqual.h

cppad/near_equal.hpp

NearEqual

CppAD/OdeErrControl.h

cppad/ode_err_control.hpp

OdeErrControl

CppAD/OdeGear.h

cppad/ode_gear.hpp

OdeGear

CppAD/OdeGearControl.h

cppad/ode_gear_control.hpp

OdeGearControl

CppAD/Poly.h

cppad/poly.hpp

Poly

CppAD/PowInt.h

cppad/pow_int.hpp

pow_int

CppAD/RombergMul.h

cppad/romberg_mul.hpp

RombergMul

CppAD/RombergOne.h

cppad/romberg_one.hpp

RombergOne

CppAD/Rosen34.h

cppad/rosen_34.hpp

Rosen34

CppAD/Runge45.h

cppad/runge_45.hpp

Runge45

CppAD/SpeedTest.h

cppad/speed_test.hpp

SpeedTest

CppAD/TrackNewDel.h

cppad/track_new_del.hpp

track_new_del