22#ifndef AGXFN_MATH_DIV_H
23#define AGXFN_MATH_DIV_H
36namespace agx {
namespace Math { } }
50 template <
typename AutoT1,
typename AutoT2,
typename AutoT3>
59 result = (AutoT1)(arg1 / arg2);
63 template <
typename AutoT1,
typename AutoT2,
typename AutoT3>
71 agxFn::Math::Div(result, arg1, arg2);
86 template <
typename AutoT1,
typename AutoT2,
typename AutoT3>
98 agxFn::Math::Div(result[i], arg1[i], arg2[i]);
112 template <
typename AutoT1,
typename AutoT2,
typename AutoT3>
124 agxFn::Math::Div(result[i], arg1[i], arg2);
138 template <
typename AutoT1,
typename AutoT2,
typename AutoT3>
150 agxFn::Math::Div(result[i], arg1, arg2[i]);
Type-specific Array used for fast access into the data held by a Buffer.
A range job executes a kernel implementation on a subset of the data.
The agx namespace contains the dynamics/math part of the AGX Dynamics API.