32 template <
typename FadType, 
int N, 
typename ExecSpace>
 
   33 double time_fad_flat(
int ncells, 
int num_basis, 
int num_points, 
int ndim,
 
   34                      int ntrial, 
bool check);
 
   36 template <
typename FadType, 
int N, 
typename ExecSpace>
 
   38                         int ntrial, 
bool check);
 
   40 template <
int N, 
typename ExecSpace>
 
   42                           int ntrial, 
bool check);
 
   44 template <
int N, 
typename ExecSpace>
 
   46                            int ntrial, 
bool check);
 
   48 template <
int N, 
typename ExecSpace>
 
   50                           int ntrial, 
bool check);
 
double time_analytic_flat(int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check)
 
double time_analytic_const(int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check)
 
std::enable_if< !Kokkos::is_view_fad< View2 >::value, bool >::type check(const View1 &v_gold, const View2 &v, const double tol)
 
double time_fad_flat(int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check)
 
double time_fad_scratch(int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check)
 
double time_analytic_team(int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check)