| 
    Sacado Package Browser (Single Doxygen Collection)
    Version of the Day
    
   | 
 
#include "common.hpp"

Go to the source code of this file.
Functions | |
| template<typename... ViewArgs> | |
| Perf | do_time_val (const size_t m, const size_t n, const size_t nloop, const bool check) | 
| template<typename FadType , typename... ViewArgs> | |
| Perf | do_time_fad (const size_t m, const size_t n, const size_t p, const size_t nloop, const bool check) | 
| template<typename FadType , typename... ViewArgs> | |
| Perf | do_time_scratch (const size_t m, const size_t n, const size_t p, const size_t nloop, const bool check) | 
| template<typename... ViewArgs> | |
| Perf | do_time_analytic (const size_t m, const size_t n, const size_t p, const size_t nloop, const bool check) | 
| template<int MaxP, typename... ViewArgs> | |
| Perf | do_time_analytic_sl (const size_t m, const size_t n, const size_t p, const size_t nloop, const bool check) | 
| template<int p, typename... ViewArgs> | |
| Perf | do_time_analytic_s (const size_t m, const size_t n, const size_t nloop, const bool check) | 
| Perf do_time_val | ( | const size_t | m, | 
| const size_t | n, | ||
| const size_t | nloop, | ||
| const bool | check | ||
| ) | 
Definition at line 376 of file fad_kokkos_mat_vec_perf.cpp.
| Perf do_time_fad | ( | const size_t | m, | 
| const size_t | n, | ||
| const size_t | p, | ||
| const size_t | nloop, | ||
| const bool | check | ||
| ) | 
Definition at line 229 of file fad_kokkos_mat_vec_perf.cpp.
| Perf do_time_scratch | ( | const size_t | m, | 
| const size_t | n, | ||
| const size_t | p, | ||
| const size_t | nloop, | ||
| const bool | check | ||
| ) | 
Definition at line 344 of file mat_vec.cpp.
| Perf do_time_analytic | ( | const size_t | m, | 
| const size_t | n, | ||
| const size_t | p, | ||
| const size_t | nloop, | ||
| const bool | check | ||
| ) | 
Definition at line 399 of file mat_vec.cpp.
| Perf do_time_analytic_sl | ( | const size_t | m, | 
| const size_t | n, | ||
| const size_t | p, | ||
| const size_t | nloop, | ||
| const bool | check | ||
| ) | 
Definition at line 438 of file mat_vec.cpp.
| Perf do_time_analytic_s | ( | const size_t | m, | 
| const size_t | n, | ||
| const size_t | nloop, | ||
| const bool | check | ||
| ) | 
Definition at line 477 of file mat_vec.cpp.
 1.8.5