Uses of Enum
org.hipparchus.util.MathArrays.Position
Packages that use MathArrays.Position
Package
Description
Convenience routines and common data structures used throughout the Hipparchus library.
- 
Uses of MathArrays.Position in org.hipparchus.util
Methods in org.hipparchus.util that return MathArrays.PositionModifier and TypeMethodDescriptionstatic MathArrays.PositionReturns the enum constant of this type with the specified name.static MathArrays.Position[]MathArrays.Position.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hipparchus.util with parameters of type MathArrays.PositionModifier and TypeMethodDescriptionstatic voidMathArrays.shuffle(int[] list, int start, MathArrays.Position pos) Shuffle the entries of the given array.static voidMathArrays.shuffle(int[] list, int start, MathArrays.Position pos, RandomGenerator rng) Shuffle the entries of the given array, using the Fisher–Yates algorithm.