Uses of Interface
ca.nengo.math.DifferentiableFunction

Packages that use DifferentiableFunction
ca.nengo.math.impl   
 

Uses of DifferentiableFunction in ca.nengo.math.impl
 

Classes in ca.nengo.math.impl that implement DifferentiableFunction
 class NumericallyDifferentiableFunction
          A wrapper around any Function that provides a numerical approximation of its derivative, so that it can be used as a DifferentiableFunction.
 class SigmoidFunction
          A one-dimensional sigmoid function with configurable high and low values, slope, and inflection point.