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::getNewCounter("Computational Time") |
RCP< Time > | FactTime = TimeMonitor::getNewCounter("Factorial Time") |
double quadFunc | ( | double | x | ) |
Definition at line 97 of file comm/example/TimeMonitor/cxx_main.cpp.
double factFunc | ( | int | x | ) |
Definition at line 107 of file comm/example/TimeMonitor/cxx_main.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 63 of file comm/example/TimeMonitor/cxx_main.cpp.
Definition at line 54 of file comm/example/TimeMonitor/cxx_main.cpp.
Definition at line 55 of file comm/example/TimeMonitor/cxx_main.cpp.