BioDynaMo
v1.05.159-3be850bb
core
operation
reduction_op.cc
Go to the documentation of this file.
1
// -----------------------------------------------------------------------------
2
//
3
// Copyright (C) 2021 CERN & University of Surrey for the benefit of the
4
// BioDynaMo collaboration. All Rights Reserved.
5
//
6
// Licensed under the Apache License, Version 2.0 (the "License");
7
// you may not use this file except in compliance with the License.
8
//
9
// See the LICENSE file distributed with this work for details.
10
// See the NOTICE file distributed with this work for additional information
11
// regarding copyright ownership.
12
//
13
// -----------------------------------------------------------------------------
14
15
#include "
core/operation/reduction_op.h
"
16
#include "
core/container/math_array.h
"
17
#include "
core/operation/operation_registry.h
"
18
19
namespace
bdm
{
20
21
BDM_REGISTER_TEMPLATE_OP
(
ReductionOp
,
int
,
"ReductionOpInt"
,
kCpu
);
22
BDM_REGISTER_TEMPLATE_OP
(
ReductionOp
,
real_t
,
"ReductionOpDouble"
,
kCpu
);
23
BDM_REGISTER_TEMPLATE_OP
(
ReductionOp
,
Real3
,
"ReductionOpReal3"
,
kCpu
);
24
BDM_REGISTER_TEMPLATE_OP
(
ReductionOp
,
Real4
,
"ReductionOpReal4"
,
kCpu
);
25
26
}
// namespace bdm
bdm::MathArray< real_t, 3 >
bdm::ReductionOp
Definition:
reduction_op.h:34
math_array.h
bdm
Definition:
agent.cc:39
bdm::BDM_REGISTER_TEMPLATE_OP
BDM_REGISTER_TEMPLATE_OP(ReductionOp, int, "ReductionOpInt", kCpu)
bdm::kCpu
@ kCpu
Definition:
operation.h:31
bdm::real_t
double real_t
Definition:
real_t.h:21
operation_registry.h
reduction_op.h
Generated by
1.9.1