Uses of Enum Class
ffx.numerics.atomic.AtomicDoubleArray.AtomicDoubleArrayImpl
Package
Description
The Atomic package has implementations of a double array that can be safely operated on by
multiple threads.
-
Uses of AtomicDoubleArray.AtomicDoubleArrayImpl in ffx.numerics.atomic
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AtomicDoubleArray.AtomicDoubleArrayImpl.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic AtomicDoubleArray
AtomicDoubleArray.atomicDoubleArrayFactory
(AtomicDoubleArray.AtomicDoubleArrayImpl atomicDoubleArrayImpl, int threads, int size) Factory method to create an AtomicDoubleArray instance.ModifierConstructorDescriptionAtomicDoubleArray3D
(AtomicDoubleArray.AtomicDoubleArrayImpl atomicDoubleArrayImpl, int size) Construct an atomic 3D double array of the specified size using the specified implementation.AtomicDoubleArray3D
(AtomicDoubleArray.AtomicDoubleArrayImpl atomicDoubleArrayImpl, int size, int nThreads) Construct an atomic 3D double array of the specified size, using the specified implementation, and the requested number of threads.