Nengo.ca

ca.nengo.math
Interface DifferentiableFunction

All Superinterfaces:
java.lang.Cloneable, Function, java.io.Serializable
All Known Implementing Classes:
NumericallyDifferentiableFunction, SigmoidFunction

public interface DifferentiableFunction
extends Function

A Function with a known derivative.


Method Summary
 Function getDerivative()
           
 
Methods inherited from interface ca.nengo.math.Function
clone, getDimension, map, multiMap
 

Method Detail

getDerivative

Function getDerivative()
Returns:
The derivative of this Function

Nengo.ca