Class NotDifferentiableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotDifferentiableException
    extends java.lang.Exception
    Thrown if a partial function from a Piecewise Linear Function is requested at a corner point, i.e., where the slope is undefined
    Author:
    Michael Weiss
    See Also:
    Serialized Form
    • Method Detail

      • getLowerAdjacentFunction

        public LinearFunction getLowerAdjacentFunction()
      • getHigherAdjacentFunction

        public LinearFunction getHigherAdjacentFunction()
      • getX

        public java.math.BigDecimal getX()
      • getCornerPointY

        public java.math.BigDecimal getCornerPointY()