Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
Macros | |
#define | SACADO_VIEW_CUDA_HIERARCHICAL 1 |
#define | SACADO_ALIGN_SFAD 1 |
#define | INST_FUNC_FAD_DEV(FAD, DEV) |
#define | INST_FUNC_DEV(DEV) |
Typedefs | |
typedef Sacado::Fad::SFad < double, HierSFadSize > | SFad_type |
typedef Sacado::Fad::SLFad < double, HierSLFadSize > | SLFad_type |
Functions | |
template<typename ViewTypeA , typename ViewTypeB , typename ViewTypeC > | |
void | run_mat_vec_hierarchical (const ViewTypeA &A, const ViewTypeB &b, const ViewTypeC &c) |
template<typename ViewTypeA , typename ViewTypeB , typename ViewTypeC > | |
void | check_deriv_hierarchical (const ViewTypeA &A, const ViewTypeB &b, const ViewTypeC &c) |
template<typename FadType , typename... ViewArgs> | |
Perf | do_time_fad_hierarchical (const size_t m, const size_t n, const size_t p, const size_t nloop, const bool check) |
#define SACADO_VIEW_CUDA_HIERARCHICAL 1 |
Definition at line 30 of file mat_vec_hierarchical.cpp.
#define SACADO_ALIGN_SFAD 1 |
Definition at line 31 of file mat_vec_hierarchical.cpp.
#define INST_FUNC_FAD_DEV | ( | FAD, | |
DEV | |||
) |
Definition at line 167 of file mat_vec_hierarchical.cpp.
#define INST_FUNC_DEV | ( | DEV | ) |
Definition at line 172 of file mat_vec_hierarchical.cpp.
typedef Sacado::Fad::SFad<double,HierSFadSize> SFad_type |
Definition at line 164 of file mat_vec_hierarchical.cpp.
typedef Sacado::Fad::SLFad<double,HierSLFadSize> SLFad_type |
Definition at line 165 of file mat_vec_hierarchical.cpp.
void run_mat_vec_hierarchical | ( | const ViewTypeA & | A, |
const ViewTypeB & | b, | ||
const ViewTypeC & | c | ||
) |
Definition at line 40 of file mat_vec_hierarchical.cpp.
void check_deriv_hierarchical | ( | const ViewTypeA & | A, |
const ViewTypeB & | b, | ||
const ViewTypeC & | c | ||
) |
Definition at line 75 of file mat_vec_hierarchical.cpp.
Perf do_time_fad_hierarchical | ( | const size_t | m, |
const size_t | n, | ||
const size_t | p, | ||
const size_t | nloop, | ||
const bool | check | ||
) |
Definition at line 97 of file mat_vec_hierarchical.cpp.