Uses of Enum
org.hipparchus.util.PivotingStrategy
Package
Description
Convenience routines and common data structures used throughout the Hipparchus library.
-
Uses of PivotingStrategy in org.hipparchus.util
Modifier and TypeMethodDescriptionKthSelector.getPivotingStrategy()
Get the pivoting strategy.static PivotingStrategy
Returns the enum constant of this type with the specified name.static PivotingStrategy[]
PivotingStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionKthSelector
(PivotingStrategy pivotingStrategy) Constructor with specified pivoting strategy