Uses of Enum Class
ffx.numerics.multipole.CoordinateSystem
Package
Description
The Multipole package computes derivatives of 1/|r| via recursion to arbitrary order using
Cartesian multipoles in either a global frame or a quasi-internal frame.
-
Uses of CoordinateSystem in ffx.numerics.multipole
Modifier and TypeFieldDescriptionprotected final CoordinateSystem
MultipoleTensor.coordinates
The coordinate system in use (global or QI).protected final CoordinateSystem
MultipoleTensorSIMD.coordinates
The coordinate system in use (global or QI).Modifier and TypeMethodDescriptionstatic CoordinateSystem
Returns the enum constant of this class with the specified name.static CoordinateSystem[]
CoordinateSystem.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionMultipoleTensor
(CoordinateSystem coordinates, int order) Constructor for MultipoleTensor.MultipoleTensorSIMD
(CoordinateSystem coordinates, int order) Constructor for MultipoleTensor.