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