Uses of Enum Class
ffx.numerics.atomic.AtomicDoubleArray.AtomicDoubleArrayImpl
Packages that use 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
Methods in ffx.numerics.atomic that return AtomicDoubleArray.AtomicDoubleArrayImplModifier 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.Constructors in ffx.numerics.atomic with parameters of type AtomicDoubleArray.AtomicDoubleArrayImplModifierConstructorDescriptionAtomicDoubleArray3D(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.