7#ifndef KERNEL_LAFEM_ARCH_MAX_INDEX_HPP
8#define KERNEL_LAFEM_ARCH_MAX_INDEX_HPP 1
21 template <
typename DT_>
24 return value_generic(x, size);
27 template <
typename ValueType_>
28 static ValueType_ value_blocked(
const ValueType_ *
const x,
const Index size)
30 return value_blocked_generic(x, size);
33 template <
typename DT_>
34 static Index value_generic(
const DT_ *
const x,
const Index size);
36 template <
typename ValueType_>
37 static ValueType_ value_blocked_generic(
const ValueType_ *
const x,
const Index size);
41 extern template Index MaxIndex::value_generic(
const float *
const,
const Index);
42 extern template Index MaxIndex::value_generic(
const double *
const,
const Index);
50#include <kernel/lafem/arch/max_index_generic.hpp>
@ value
specifies whether the space should supply basis function values
std::uint64_t Index
Index data type.