Class NotDifferentiableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.spectrumauctions.sats.core.util.math.NotDifferentiableException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotDifferentiableException extends java.lang.ExceptionThrown 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimalgetCornerPointY()LinearFunctiongetHigherAdjacentFunction()LinearFunctiongetLowerAdjacentFunction()java.math.BigDecimalgetX()
-
-
-
Method Detail
-
getLowerAdjacentFunction
public LinearFunction getLowerAdjacentFunction()
-
getHigherAdjacentFunction
public LinearFunction getHigherAdjacentFunction()
-
getX
public java.math.BigDecimal getX()
-
getCornerPointY
public java.math.BigDecimal getCornerPointY()
-
-