|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
7 #define ADT_RAD Sacado::Rad::
49 botch(
const char *what,
double wanted,
double got)
53 printf(
"%s: expected %g, got %g, diff = %.2g\n", what, wanted, got, wanted-got);
61 const double tol = 5e-16;
105 #ifdef RAD_AUTO_AD_Const
ADT_RAD ADvari< double > Ai
int differ(double a, double b)
const typedef ADT_RAD IndepADvar< double > cAI
ADT_RAD IndepADvar< double > AI
const typedef ADT_RAD ADvari< double > cAi
ADT_RAD ADvar< double > A
const typedef ADT_RAD ConstADvar< double > cC
const typedef ADT_RAD ADvar< double > cA
ADT_RAD IndepADvar< double > AI
ADT_RAD ConstADvar< double > C
void botch(const char *what, double wanted, double got)