Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
mat_vec.hpp File Reference
#include "common.hpp"
Include dependency graph for mat_vec.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

template<typename... ViewArgs>
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.

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 
)

Definition at line 229 of file fad_kokkos_mat_vec_perf.cpp.

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 
)

Definition at line 344 of file mat_vec.cpp.

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 
)

Definition at line 399 of file mat_vec.cpp.

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 
)

Definition at line 438 of file mat_vec.cpp.

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 
)

Definition at line 477 of file mat_vec.cpp.