8#include <kernel/lafem/arch/row_norm.hpp> 
   12using namespace FEAT::LAFEM::Arch;
 
   14template void RowNorm::csr_generic_norm2(
float*, 
const float* 
const, 
const Index* 
const,
 
   16template void RowNorm::csr_generic_norm2(
double*, 
const double* 
const, 
const Index* 
const,
 
   19template void RowNorm::csr_generic_norm2sqr(
float*, 
const float* 
const, 
const Index* 
const,
 
   21template void RowNorm::csr_generic_norm2sqr(
double*, 
const double* 
const, 
const Index* 
const,
 
   24template void RowNorm::csr_generic_scaled_norm2sqr(
float*, 
const float* 
const, 
const float* 
const, 
const Index* 
const,
 
   26template void RowNorm::csr_generic_scaled_norm2sqr(
double*, 
const double* 
const, 
const double* 
const, 
const Index* 
const,
 
   29template void RowNorm::bcsr_generic_norm2(
float *, 
const float * 
const, 
const Index * 
const, 
const Index * 
const, 
const Index, 
const int, 
const int);
 
   30template void RowNorm::bcsr_generic_norm2(
double *, 
const double * 
const, 
const Index * 
const, 
const Index * 
const, 
const Index, 
const int, 
const int);
 
   32template void RowNorm::bcsr_generic_norm2sqr(
float*, 
const float* 
const, 
const Index* 
const,
 
   33const Index* 
const, 
const Index, 
const int, 
const int);
 
   34template void RowNorm::bcsr_generic_norm2sqr(
double*, 
const double* 
const, 
const Index* 
const,
 
   35const Index * 
const, 
const Index, 
const int, 
const int);
 
   37template void RowNorm::bcsr_generic_scaled_norm2sqr(
float*, 
const float* 
const, 
const float* 
const,
 
   38const Index* 
const, 
const Index* 
const, 
const Index, 
const int, 
const int);
 
   39template void RowNorm::bcsr_generic_scaled_norm2sqr(
double*, 
const double* 
const, 
const double* 
const,
 
   40const Index* 
const, 
const Index* 
const, 
const Index, 
const int, 
const int);
 
std::uint64_t Index
Index data type.