|
Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|

Go to the source code of this file.
Functions | |
| double | quadFunc (double x) |
| double | factFunc (int x) |
| int | main (int argc, char *argv[]) |
Variables | |
| RCP< Time > | CompTime = TimeMonitor::getNewTimer("Computational Time") |
| RCP< Time > | FactTime = TimeMonitor::getNewTimer("Factorial Time") |
| double quadFunc | ( | double | x | ) |
Definition at line 82 of file example/TimeMonitor/cxx_main.cpp.
| double factFunc | ( | int | x | ) |
Definition at line 92 of file example/TimeMonitor/cxx_main.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 50 of file example/TimeMonitor/cxx_main.cpp.
Definition at line 41 of file example/TimeMonitor/cxx_main.cpp.
1.7.4