8#include <kernel/lafem/arch/product_matmat.hpp> 
   14using namespace FEAT::LAFEM::Arch;
 
   16template void ProductMatMat::dense_generic(
float *, 
const float, 
const float, 
const float * 
const, 
const float * 
const, 
const float * 
const, 
const Index, 
const Index, 
const Index);
 
   17template void ProductMatMat::dense_generic(
double *, 
const double, 
const double, 
const double * 
const, 
const double * 
const, 
const double * 
const, 
const Index, 
const Index, 
const Index);
 
   19template void ProductMatMat::dsd_generic(
float *, 
const float, 
const float, 
const float * 
const, 
const std::uint64_t * 
const, 
const std::uint64_t * 
const, 
const Index, 
const float * 
const, 
const Index, 
const Index, 
const Index);
 
   20template void ProductMatMat::dsd_generic(
double *, 
const double, 
const double, 
const double * 
const, 
const std::uint64_t * 
const, 
const std::uint64_t * 
const, 
const Index, 
const double *
const , 
const Index, 
const Index, 
const Index);
 
   22template void ProductMatMat::dsd_generic(
float *, 
const float, 
const float, 
const float * 
const, 
const std::uint32_t * 
const, 
const std::uint32_t * 
const, 
const Index, 
const float * 
const, 
const Index, 
const Index, 
const Index);
 
   23template void ProductMatMat::dsd_generic(
double *, 
const double, 
const double, 
const double * 
const, 
const std::uint32_t * 
const, 
const std::uint32_t * 
const, 
const Index, 
const double * 
const, 
const Index, 
const Index, 
const Index);
 
std::uint64_t Index
Index data type.