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 10 of file mat_vec_hierarchical.cpp.
#define SACADO_ALIGN_SFAD 1 |
Definition at line 11 of file mat_vec_hierarchical.cpp.
#define INST_FUNC_FAD_DEV | ( | FAD, | |
DEV | |||
) |
Definition at line 155 of file mat_vec_hierarchical.cpp.
#define INST_FUNC_DEV | ( | DEV | ) |
Definition at line 160 of file mat_vec_hierarchical.cpp.
typedef Sacado::Fad::SFad<double,HierSFadSize> SFad_type |
Definition at line 152 of file mat_vec_hierarchical.cpp.
typedef Sacado::Fad::SLFad<double,HierSLFadSize> SLFad_type |
Definition at line 153 of file mat_vec_hierarchical.cpp.
void run_mat_vec_hierarchical | ( | const ViewTypeA & | A, |
const ViewTypeB & | b, | ||
const ViewTypeC & | c | ||
) |
Definition at line 20 of file mat_vec_hierarchical.cpp.
void check_deriv_hierarchical | ( | const ViewTypeA & | A, |
const ViewTypeB & | b, | ||
const ViewTypeC & | c | ||
) |
Definition at line 60 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 82 of file mat_vec_hierarchical.cpp.