#include "Sacado_Random.hpp"#include "Sacado_Fad_DFad.hpp"#include "Sacado_ELRFad_DFad.hpp"#include "Sacado_CacheFad_DFad.hpp"#include "Fad/fad.h"#include "Teuchos_Time.hpp"Include dependency graph for fad_expr_depth.cpp:

Go to the source code of this file.
Functions | |
| template<typename T> | |
| void | mult1 (const T &x1, const T &x2, T &y) |
| template<typename T> | |
| void | mult2 (const T &x1, const T &x2, T &y) |
| template<typename T> | |
| void | mult3 (const T &x1, const T &x2, T &y) |
| template<typename T> | |
| void | mult4 (const T &x1, const T &x2, T &y) |
| template<typename T> | |
| void | mult5 (const T &x1, const T &x2, T &y) |
| template<typename T> | |
| void | mult10 (const T &x1, const T &x2, T &y) |
| template<typename T> | |
| void | mult15 (const T &x1, const T &x2, T &y) |
| template<typename T> | |
| void | mult20 (const T &x1, const T &x2, T &y) |
| template<typename FadType> | |
| void | do_times (const std::string &name) |
| int | main () |
| void mult1 | ( | const T & | x1, | |
| const T & | x2, | |||
| T & | y | |||
| ) | [inline] |
Definition at line 48 of file fad_expr_depth.cpp.
| void mult2 | ( | const T & | x1, | |
| const T & | x2, | |||
| T & | y | |||
| ) | [inline] |
Definition at line 54 of file fad_expr_depth.cpp.
| void mult3 | ( | const T & | x1, | |
| const T & | x2, | |||
| T & | y | |||
| ) | [inline] |
Definition at line 60 of file fad_expr_depth.cpp.
| void mult4 | ( | const T & | x1, | |
| const T & | x2, | |||
| T & | y | |||
| ) | [inline] |
Definition at line 66 of file fad_expr_depth.cpp.
| void mult5 | ( | const T & | x1, | |
| const T & | x2, | |||
| T & | y | |||
| ) | [inline] |
Definition at line 72 of file fad_expr_depth.cpp.
| void mult10 | ( | const T & | x1, | |
| const T & | x2, | |||
| T & | y | |||
| ) | [inline] |
Definition at line 78 of file fad_expr_depth.cpp.
| void mult15 | ( | const T & | x1, | |
| const T & | x2, | |||
| T & | y | |||
| ) | [inline] |
Definition at line 84 of file fad_expr_depth.cpp.
| void mult20 | ( | const T & | x1, | |
| const T & | x2, | |||
| T & | y | |||
| ) | [inline] |
Definition at line 90 of file fad_expr_depth.cpp.
| void do_times | ( | const std::string & | name | ) |
Definition at line 96 of file fad_expr_depth.cpp.
| int main | ( | void | ) |
Definition at line 216 of file fad_expr_depth.cpp.
1.4.7