org.jscience.mathematics.analysis
Interface C2Function
- All Superinterfaces:
- AbstractMapping, C1Function
- All Known Implementing Classes:
- ConstantComplexFunction, ConstantDoubleFunction, ExponentialDoubleFunction, IdentityDoubleFunction, LinearDoubleFunction
public interface C2Function
- extends C1Function
The interface C2Function defines the methods that must be implemented for a
class to represent a twice differentiable function. It should be used for a
function of 1 to 1 parameters on R.
secondDerivative
AbstractMapping secondDerivative()
- Returns the second differential of this function, or
f.differenciate().differenciate()
- Returns:
- DOCUMENT ME!