|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathUtils.OrderDirection | |
---|---|
org.apache.commons.math.exception | Specialized exceptions for algorithms errors. |
org.apache.commons.math.util | Convenience routines and common data structures used throughout the commons-math library. |
Uses of MathUtils.OrderDirection in org.apache.commons.math.exception |
---|
Methods in org.apache.commons.math.exception that return MathUtils.OrderDirection | |
---|---|
MathUtils.OrderDirection |
NonMonotonousSequenceException.getDirection()
|
Constructors in org.apache.commons.math.exception with parameters of type MathUtils.OrderDirection | |
---|---|
NonMonotonousSequenceException(Number wrong,
Number previous,
int index,
MathUtils.OrderDirection direction,
boolean strict)
Construct the exception. |
Uses of MathUtils.OrderDirection in org.apache.commons.math.util |
---|
Methods in org.apache.commons.math.util that return MathUtils.OrderDirection | |
---|---|
static MathUtils.OrderDirection |
MathUtils.OrderDirection.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MathUtils.OrderDirection[] |
MathUtils.OrderDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.commons.math.util with parameters of type MathUtils.OrderDirection | |
---|---|
static void |
MathUtils.checkOrder(double[] val,
MathUtils.OrderDirection dir,
boolean strict)
Checks that the given array is sorted. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |