Expand description
Compute methods that use one CPU thread.
Structsยง
- Barnes
Hut - Same as
BarnesHutSoftened
, but with no softening. - Barnes
HutSoftened - Barnes-Hut
ComputeMethod
using the CPU and scalar vectors. - Brute
Force Pairs - Same as
BruteForcePairsSoftened
, but with no softening. - Brute
Force Pairs Softened - Brute-force
ComputeMethod
using the CPU and scalar vectors. - Brute
ForceSIMD - Same as
BruteForceSoftenedSIMD
, but with no softening. - Brute
Force Scalar - Same as
BruteForceSoftenedScalar
, but with no softening. - Brute
Force SoftenedSIMD - Brute-force
ComputeMethod
using the CPU and simd vectors. - Brute
Force Softened Scalar - Brute-force
ComputeMethod
using the CPU and scalar vectors.