8#include <kernel/lafem/arch/component_copy.hpp> 
   12using namespace FEAT::LAFEM::Arch;
 
   14template void ComponentCopy::value_generic(
float *, 
const float * 
const, 
const int, 
const int, 
const Index);
 
   15template void ComponentCopy::value_generic(
double *, 
const double * 
const, 
const int, 
const int, 
const Index);
 
   16template void ComponentCopy::value_to_generic(
const float * 
const, 
float *, 
const int, 
const int, 
const Index);
 
   17template void ComponentCopy::value_to_generic(
const double * 
const, 
double *, 
const int, 
const int, 
const Index);
 
std::uint64_t Index
Index data type.