Package functions.unitary.piecewise
Class PiecewiseFunction
Object
GeneralFunction
UnitaryFunction
PiecewiseFunction
- All Implemented Interfaces:
Differentiable
,Evaluable
,Outputable
,Simplifiable
,Comparable<GeneralFunction>
,Iterable<GeneralFunction>
public abstract class PiecewiseFunction extends UnitaryFunction
The abstract
PiecewiseFunction
class represents any piece-wise function.-
Field Summary
-
Constructor Summary
Constructors Constructor Description PiecewiseFunction(GeneralFunction operand)
Constructs a newPiecewiseFunction
-
Method Summary
Methods inherited from class UnitaryFunction
clone, compareSelf, equalsFunction, getInstance, hashCode, iterator, newInstanceOf, simplify, simplifyFOC, simplifyInternal, simplifyInverse, substituteAll, toOutputFunction, toString
Methods inherited from class GeneralFunction
compareTo, derivativeAt, equals, equalsSimplified, getNthDerivative, getSimplifiedDerivative, substituteVariables
-
Constructor Details
-
PiecewiseFunction
Constructs a newPiecewiseFunction
- Parameters:
operand
- The function which the piecewise function is operating on
-