A B C D E F G H I J L M N O P R S T U V W X Z

D

DataUtils - Class in ca.nengo.util
Tools manipulating TimeSeries and SpikePattern data.
DataUtils() - Constructor for class ca.nengo.util.DataUtils
 
DecodableEnsemble - Interface in ca.nengo.model.nef
An Ensemble that produces output signals that mean something when taken together.
DecodableEnsembleImpl - Class in ca.nengo.model.nef.impl
Default implementation of DecodableEnsemble.
DecodableEnsembleImpl(String, Node[], ApproximatorFactory) - Constructor for class ca.nengo.model.nef.impl.DecodableEnsembleImpl
 
DecodedOrigin - Class in ca.nengo.model.nef.impl
An Origin of functions of the state variables of an NEFEnsemble.
DecodedOrigin(Node, String, Node[], String, Function[], LinearApproximator) - Constructor for class ca.nengo.model.nef.impl.DecodedOrigin
With this constructor, decoding vectors are generated using default settings.
DecodedOrigin(Node, String, Node[], String, Function[], float[][]) - Constructor for class ca.nengo.model.nef.impl.DecodedOrigin
With this constructor decoding vectors are specified by the caller.
DecodedTermination - Class in ca.nengo.model.nef.impl
A Termination of decoded state vectors onto an NEFEnsemble.
DecodedTermination(Node, String, float[][], LinearSystem, Integrator) - Constructor for class ca.nengo.model.nef.impl.DecodedTermination
 
DEFAULT_BUG_MESSAGE - Static variable in class ca.nengo.config.ui.ConfigExceptionHandler
 
DEFAULT_NAME - Static variable in class ca.nengo.model.impl.NetworkImpl
 
defaultConfiguration(Object) - Static method in class ca.nengo.config.ConfigUtil
 
DefaultFunctionInterpreter - Class in ca.nengo.math.impl
Default implementation of FunctionInterpreter.
DefaultFunctionInterpreter() - Constructor for class ca.nengo.math.impl.DefaultFunctionInterpreter
 
DefaultPlotter - Class in ca.nengo.plot.impl
Default Plotter implementation.
DefaultPlotter() - Constructor for class ca.nengo.plot.impl.DefaultPlotter
 
defineJoint(String, Function[]) - Method in class ca.nengo.model.muscle.impl.LinkSegmentModelImpl
 
defineMuscle(int, SkeletalMuscle, Function, Function) - Method in class ca.nengo.model.muscle.impl.LinkSegmentModelImpl
 
defineProperty(Property) - Method in class ca.nengo.config.impl.ConfigurationImpl
To be called by the associated Configurable, immediately after construction (once per property).
defineSingleValuedProperty(String, Class, boolean) - Method in class ca.nengo.config.impl.ConfigurationImpl
 
defineTemplateProperty(String, Class, Object) - Method in class ca.nengo.config.impl.ConfigurationImpl
 
DelimitedFileExporter - Class in ca.nengo.io
Exports TimeSeries, SpikePattern, and float[][] data to delimited text files.
DelimitedFileExporter() - Constructor for class ca.nengo.io.DelimitedFileExporter
Uses default column delimiter ", " and row delimiter "\r\n".
DelimitedFileExporter(String, String) - Constructor for class ca.nengo.io.DelimitedFileExporter
 
diag(float[]) - Static method in class ca.nengo.util.MU
 
diag(float[][]) - Static method in class ca.nengo.util.MU
 
difference(float[][], float[][]) - Static method in class ca.nengo.util.MU
 
difference(float[], float[]) - Static method in class ca.nengo.util.MU
 
DifferentiableFunction - Interface in ca.nengo.math
A Function with a known derivative.
DIMENSION_PROPERTY - Static variable in class ca.nengo.math.impl.AbstractFunction
 
DIMENSION_PROPERTY - Static variable in interface ca.nengo.model.Noise
 
doneOrigins() - Method in interface ca.nengo.model.nef.DecodableEnsemble
This method can optionally be called after all decoded Origins have been added, in order to free resources that are needed for adding new decodings.
doneOrigins() - Method in class ca.nengo.model.nef.impl.DecodableEnsembleImpl
 
doPlot(TimeSeries, String) - Method in class ca.nengo.plot.impl.DefaultPlotter
 
doPlot(TimeSeries, TimeSeries, String) - Method in class ca.nengo.plot.impl.DefaultPlotter
 
doPlot(List<TimeSeries>, List<SpikePattern>, String) - Method in class ca.nengo.plot.impl.DefaultPlotter
 
doPlot(NEFEnsemble, String) - Method in class ca.nengo.plot.impl.DefaultPlotter
 
doPlot(NEFEnsemble) - Method in class ca.nengo.plot.impl.DefaultPlotter
 
doPlot(SpikePattern) - Method in class ca.nengo.plot.impl.DefaultPlotter
 
doPlot(Function, float, float, float, String) - Method in class ca.nengo.plot.impl.DefaultPlotter
 
doPlot(float[], String) - Method in class ca.nengo.plot.impl.DefaultPlotter
 
doPlot(float[], float[], String) - Method in class ca.nengo.plot.impl.DefaultPlotter
 
doPlot(TimeSeries, String) - Method in class ca.nengo.plot.Plotter
 
doPlot(TimeSeries, TimeSeries, String) - Method in class ca.nengo.plot.Plotter
 
doPlot(List<TimeSeries>, List<SpikePattern>, String) - Method in class ca.nengo.plot.Plotter
 
doPlot(NEFEnsemble, String) - Method in class ca.nengo.plot.Plotter
 
doPlot(NEFEnsemble) - Method in class ca.nengo.plot.Plotter
 
doPlot(SpikePattern) - Method in class ca.nengo.plot.Plotter
 
doPlot(Function, float, float, float, String) - Method in class ca.nengo.plot.Plotter
 
doPlot(float[], String) - Method in class ca.nengo.plot.Plotter
 
doPlot(float[], float[], String) - Method in class ca.nengo.plot.Plotter
 
doSample() - Static method in class ca.nengo.math.impl.GaussianPDF
This method is publically exposed because normal deviates are often needed, and static access allows the compiler to inline the call, which brings a small performance advantage.
DYNAMIC_ORIGIN_NAME - Static variable in interface ca.nengo.model.muscle.MuscleSpindle
 
DYNAMIC_SPINDLE_ORIGIN - Static variable in interface ca.nengo.model.muscle.SkeletalMuscle
 
DynamicalSystem - Interface in ca.nengo.dynamics
A state-space model of a continuous-time dynamical system.
DynamicalSystemSpikeGenerator - Class in ca.nengo.model.neuron.impl
A SpikeGenerator for which spiking dynamics are expressed in terms of a DynamicalSystem.
DynamicalSystemSpikeGenerator(DynamicalSystem, Integrator, int, float, float) - Constructor for class ca.nengo.model.neuron.impl.DynamicalSystemSpikeGenerator
 
DynamicalSystemSpikeGenerator(DynamicalSystem, Integrator, int, float, float, float[], float) - Constructor for class ca.nengo.model.neuron.impl.DynamicalSystemSpikeGenerator
Creates a SpikeGenerator that supports CONSTANT_RATE mode.
DynamicalSystemSpikeGenerator() - Constructor for class ca.nengo.model.neuron.impl.DynamicalSystemSpikeGenerator
Uses default parameters to allow later configuration.
DYNAMICS - Static variable in class ca.nengo.model.neuron.impl.DynamicalSystemSpikeGenerator
 

A B C D E F G H I J L M N O P R S T U V W X Z