Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
Functions | |
template<typename ScalarT > | |
ScalarT | func (const ScalarT &a, const ScalarT &b, const ScalarT &c) |
void | func_deriv (double a, double b, double c, double &drda, double &drdb) |
int | main (int argc, char **argv) |
ScalarT func | ( | const ScalarT & | a, |
const ScalarT & | b, | ||
const ScalarT & | c | ||
) |
Definition at line 49 of file dfad_example.cpp.
void func_deriv | ( | double | a, |
double | b, | ||
double | c, | ||
double & | drda, | ||
double & | drdb | ||
) |
Definition at line 56 of file dfad_example.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 62 of file dfad_example.cpp.