Prev | Next |
# include <cppad/utility/check_numeric_type.hpp>
CheckNumericType<NumericType>()
CheckNumericType<NumericType>()
preforms compile and run time checks that the type specified
by
NumericType
satisfies all the requirements for
a NumericType
class.
If a requirement is not satisfied,
a an error message makes it clear what condition is not satisfied.
cppad/utility/check_numeric_type.hpp
is included by cppad/cppad.hpp
but it can also be included separately with out the rest
if the CppAD include files.