Uses of Package
ca.nengo.util

Packages that use ca.nengo.util
ca.nengo.dynamics   
ca.nengo.dynamics.impl   
ca.nengo.io   
ca.nengo.math.impl   
ca.nengo.model   
ca.nengo.model.impl   
ca.nengo.model.muscle   
ca.nengo.model.muscle.impl   
ca.nengo.model.nef   
ca.nengo.model.nef.impl   
ca.nengo.model.neuron   
ca.nengo.model.neuron.impl   
ca.nengo.plot   
ca.nengo.plot.impl   
ca.nengo.sim   
ca.nengo.sim.impl   
ca.nengo.util   
ca.nengo.util.impl   
 

Classes in ca.nengo.util used by ca.nengo.dynamics
TimeSeries
          A series of vector values at ordered points in time.
 

Classes in ca.nengo.util used by ca.nengo.dynamics.impl
TimeSeries
          A series of vector values at ordered points in time.
 

Classes in ca.nengo.util used by ca.nengo.io
SpikePattern
          A temporal pattern of spiking in an Ensemble.
TimeSeries
          A series of vector values at ordered points in time.
 

Classes in ca.nengo.util used by ca.nengo.math.impl
TimeSeries
          A series of vector values at ordered points in time.
TimeSeries1D
          A TimeSeries that consists of 1-dimensional values, with convenience methods for accessing 1D values and units.
VectorGenerator
          A tool for generating sets of uniformly or randomly distributed vectors.
 

Classes in ca.nengo.util used by ca.nengo.model
SpikePattern
          A temporal pattern of spiking in an Ensemble.
TimeSeries
          A series of vector values at ordered points in time.
VisiblyMutable
          An object that fires an event when its properties change in such a way that it expects the user interface to display it differently.
 

Classes in ca.nengo.util used by ca.nengo.model.impl
SpikePattern
          A temporal pattern of spiking in an Ensemble.
TimeSeries
          A series of vector values at ordered points in time.
VisiblyMutable
          An object that fires an event when its properties change in such a way that it expects the user interface to display it differently.
VisiblyMutable.Event
          Encapsulates a change to a VisiblyMutable object.
VisiblyMutable.Listener
          A listener for changes to a VisiblyMutable object.
 

Classes in ca.nengo.util used by ca.nengo.model.muscle
VisiblyMutable
          An object that fires an event when its properties change in such a way that it expects the user interface to display it differently.
 

Classes in ca.nengo.util used by ca.nengo.model.muscle.impl
TimeSeries
          A series of vector values at ordered points in time.
VisiblyMutable
          An object that fires an event when its properties change in such a way that it expects the user interface to display it differently.
VisiblyMutable.Listener
          A listener for changes to a VisiblyMutable object.
 

Classes in ca.nengo.util used by ca.nengo.model.nef
Probe
          Reads state variables from Probeable objects (eg membrane potential from a Neuron).
VectorGenerator
          A tool for generating sets of uniformly or randomly distributed vectors.
VisiblyMutable
          An object that fires an event when its properties change in such a way that it expects the user interface to display it differently.
 

Classes in ca.nengo.util used by ca.nengo.model.nef.impl
Probe
          Reads state variables from Probeable objects (eg membrane potential from a Neuron).
TimeSeries
          A series of vector values at ordered points in time.
VectorGenerator
          A tool for generating sets of uniformly or randomly distributed vectors.
VisiblyMutable
          An object that fires an event when its properties change in such a way that it expects the user interface to display it differently.
 

Classes in ca.nengo.util used by ca.nengo.model.neuron
TimeSeries1D
          A TimeSeries that consists of 1-dimensional values, with convenience methods for accessing 1D values and units.
VisiblyMutable
          An object that fires an event when its properties change in such a way that it expects the user interface to display it differently.
 

Classes in ca.nengo.util used by ca.nengo.model.neuron.impl
TimeSeries
          A series of vector values at ordered points in time.
TimeSeries1D
          A TimeSeries that consists of 1-dimensional values, with convenience methods for accessing 1D values and units.
VisiblyMutable
          An object that fires an event when its properties change in such a way that it expects the user interface to display it differently.
VisiblyMutable.Listener
          A listener for changes to a VisiblyMutable object.
 

Classes in ca.nengo.util used by ca.nengo.plot
Probe
          Reads state variables from Probeable objects (eg membrane potential from a Neuron).
SpikePattern
          A temporal pattern of spiking in an Ensemble.
TimeSeries
          A series of vector values at ordered points in time.
 

Classes in ca.nengo.util used by ca.nengo.plot.impl
SpikePattern
          A temporal pattern of spiking in an Ensemble.
TimeSeries
          A series of vector values at ordered points in time.
 

Classes in ca.nengo.util used by ca.nengo.sim
Probe
          Reads state variables from Probeable objects (eg membrane potential from a Neuron).
VisiblyMutable
          An object that fires an event when its properties change in such a way that it expects the user interface to display it differently.
 

Classes in ca.nengo.util used by ca.nengo.sim.impl
Probe
          Reads state variables from Probeable objects (eg membrane potential from a Neuron).
VisiblyMutable
          An object that fires an event when its properties change in such a way that it expects the user interface to display it differently.
VisiblyMutable.Listener
          A listener for changes to a VisiblyMutable object.
 

Classes in ca.nengo.util used by ca.nengo.util
IndexFinder
          Searches a monotonically increasing list of floating-point values for the largest one that is less than or equal to a requested value.
Interpolator
          A tool for interpolating within a SCALAR time series (see also InterpolatorND for vector time series').
SpikePattern
          A temporal pattern of spiking in an Ensemble.
TimeSeries
          A series of vector values at ordered points in time.
TimeSeries1D
          A TimeSeries that consists of 1-dimensional values, with convenience methods for accessing 1D values and units.
VisiblyMutable
          An object that fires an event when its properties change in such a way that it expects the user interface to display it differently.
VisiblyMutable.Event
          Encapsulates a change to a VisiblyMutable object.
VisiblyMutable.Listener
          A listener for changes to a VisiblyMutable object.
 

Classes in ca.nengo.util used by ca.nengo.util.impl
IndexFinder
          Searches a monotonically increasing list of floating-point values for the largest one that is less than or equal to a requested value.
InterpolatorND
          A tool for interpolating within a VECTOR time series (see also Interpolator for scalar time series').
Probe
          Reads state variables from Probeable objects (eg membrane potential from a Neuron).
SpikePattern
          A temporal pattern of spiking in an Ensemble.
TimeSeries
          A series of vector values at ordered points in time.
TimeSeries1D
          A TimeSeries that consists of 1-dimensional values, with convenience methods for accessing 1D values and units.
VectorGenerator
          A tool for generating sets of uniformly or randomly distributed vectors.