BioDynaMo
v1.05.120-25dc9790
|
#include "core/operation/reduction_op.h"
#include "core/container/math_array.h"
#include "core/operation/operation_registry.h"
Go to the source code of this file.
Namespaces | |
bdm | |
Functions | |
bdm::BDM_REGISTER_TEMPLATE_OP (ReductionOp, int, "ReductionOpInt", kCpu) | |
bdm::BDM_REGISTER_TEMPLATE_OP (ReductionOp, real_t, "ReductionOpDouble", kCpu) | |
bdm::BDM_REGISTER_TEMPLATE_OP (ReductionOp, Real3, "ReductionOpReal3", kCpu) | |
bdm::BDM_REGISTER_TEMPLATE_OP (ReductionOp, Real4, "ReductionOpReal4", kCpu) | |