27namespace Utils::Interpolation::detail {
31 std::array<int, 3> corner;
33 std::array<double, 3> distance;
44 for (
unsigned int dim = 0
u; dim < 3u; ++dim) {
47 if constexpr (
order % 2 == 0) {
Vector implementation and trait types for boost qvm interoperability.
cudaStream_t stream[1]
CUDA streams for parallel computing on CPU and GPU.
static double * block(double *p, std::size_t index, std::size_t size)