MathUtils should have a static method which checks whether an array of doubles
or Comparables is monotone
----------------------------------------------------------------------------------------------------------
Key: MATH-675
URL: https://issues.apache.org/jira/browse/MATH-675
Project: Commons Math
Issue Type: New Feature
Affects Versions: 3.0
Environment: Java
Reporter: greg sterijevski
Assignee: greg sterijevski
Priority: Minor
Fix For: 3.0
The static method checkOrder in MathUtils is a useful piece of code which
checks for monotonically increasing or decreasing elements in an array. It
would be useful to have a similar method for Comparable. Furthermore, this new
method would just return true or false. Unlike the current checkOrder, no
exception would be thrown if monotonicity did not exist.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira