8#include <kernel/lafem/arch/dot_product.hpp> 
   12using namespace FEAT::LAFEM::Arch;
 
   14template float DotProduct::value_generic(
const float * 
const, 
const float * 
const, 
const Index);
 
   15template double DotProduct::value_generic(
const double * 
const, 
const double * 
const, 
const Index);
 
   17template float TripleDotProduct::value_generic(
const float * 
const, 
const float * 
const, 
const float * 
const, 
const Index);
 
   18template double TripleDotProduct::value_generic(
const double * 
const, 
const double * 
const, 
const double * 
const, 
const Index);
 
std::uint64_t Index
Index data type.