Module sequential

Source
Expand description

Compute methods that use one CPU thread.

Structsยง

BarnesHut
Same as BarnesHutSoftened, but with no softening.
BarnesHutSoftened
Barnes-Hut ComputeMethod using the CPU and scalar vectors.
BruteForcePairs
Same as BruteForcePairsSoftened, but with no softening.
BruteForcePairsSoftened
Brute-force ComputeMethod using the CPU and scalar vectors.
BruteForceSIMD
Same as BruteForceSoftenedSIMD, but with no softening.
BruteForceScalar
Same as BruteForceSoftenedScalar, but with no softening.
BruteForceSoftenedSIMD
Brute-force ComputeMethod using the CPU and simd vectors.
BruteForceSoftenedScalar
Brute-force ComputeMethod using the CPU and scalar vectors.