|
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 48 of file trad_example.cpp.
| void func_deriv | ( | double | a, |
| double | b, | ||
| double | c, | ||
| double & | drda, | ||
| double & | drdb | ||
| ) |
Definition at line 55 of file trad_example.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 61 of file trad_example.cpp.
1.8.5