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

N

nameChanged(VisiblyMutable, String, String, List<VisiblyMutable.Listener>) - Static method in class ca.nengo.util.VisiblyMutableUtils
 
NamedValueProperty - Interface in ca.nengo.config
A property that can have multiple values, each of which is indexed by a String name.
NamedValuePropertyImpl - Class in ca.nengo.config.impl
Default implementation of NamedValueProperty.
NamedValuePropertyImpl(Configuration, String, Class<?>, Method, Method) - Constructor for class ca.nengo.config.impl.NamedValuePropertyImpl
 
NamedValuePropertyImpl(Configuration, String, Class<?>, Method) - Constructor for class ca.nengo.config.impl.NamedValuePropertyImpl
 
NamedValuePropertyImplTest - Class in ca.nengo.config.impl
Unit tests for NamedValuePropertyImpl.
NamedValuePropertyImplTest() - Constructor for class ca.nengo.config.impl.NamedValuePropertyImplTest
 
NEFEnsemble - Interface in ca.nengo.model.nef
A group of Nodes that represent a scalar, vector, or function, as characterized in Eliasmith & Anderson's Neural Engineering Framework.
NEFEnsembleFactory - Interface in ca.nengo.model.nef
Provides a convenient and configurable way to create NEFEnsembles.
NEFEnsembleFactoryImpl - Class in ca.nengo.model.nef.impl
Default implementation of NEFEnsembleFactory.
NEFEnsembleFactoryImpl() - Constructor for class ca.nengo.model.nef.impl.NEFEnsembleFactoryImpl
 
NEFEnsembleImpl - Class in ca.nengo.model.nef.impl
Default implementation of NEFEnsemble.
NEFEnsembleImpl(String, NEFNode[], float[][], ApproximatorFactory, float[][], float[]) - Constructor for class ca.nengo.model.nef.impl.NEFEnsembleImpl
 
NEFEnsembleImplTest - Class in ca.nengo.model.nef.impl
Unit tests for NEFEnsembleImpl.
NEFEnsembleImplTest() - Constructor for class ca.nengo.model.nef.impl.NEFEnsembleImplTest
 
NEFNode - Interface in ca.nengo.model.nef
A Node with a distinguished Termination that corresponds to a net effect of input.
NEFUtil - Class in ca.nengo.model.nef.impl
Utility methods for related to Neural Engineering Framework.
NEFUtil() - Constructor for class ca.nengo.model.nef.impl.NEFUtil
 
NengoException - Exception in ca.nengo
A Computational Neuroscience exception.
NengoException(String) - Constructor for exception ca.nengo.NengoException
 
NengoException(Throwable) - Constructor for exception ca.nengo.NengoException
 
NengoException(String, Throwable) - Constructor for exception ca.nengo.NengoException
 
Network - Interface in ca.nengo.model
A neural circuit, consisting of Nodes such as Ensembles and ExternalInputs.
NetworkImpl - Class in ca.nengo.model.impl
Default implementation of Network.
NetworkImpl() - Constructor for class ca.nengo.model.impl.NetworkImpl
 
NetworkImpl.OriginWrapper - Class in ca.nengo.model.impl
Wraps an Origin with a new name (for exposing outside Network).
NetworkImpl.OriginWrapper(Node, Origin, String) - Constructor for class ca.nengo.model.impl.NetworkImpl.OriginWrapper
 
NetworkImpl.OriginWrapper() - Constructor for class ca.nengo.model.impl.NetworkImpl.OriginWrapper
 
NetworkImpl.TerminationWrapper - Class in ca.nengo.model.impl
Wraps a Termination with a new name (for exposing outside Network).
NetworkImpl.TerminationWrapper(Node, Termination, String) - Constructor for class ca.nengo.model.impl.NetworkImpl.TerminationWrapper
 
NetworkImplTest - Class in ca.nengo.model.impl
 
NetworkImplTest() - Constructor for class ca.nengo.model.impl.NetworkImplTest
 
Neuron - Interface in ca.nengo.model.neuron
A model of a single neuron cell.
NewConfigurableDialog - Class in ca.nengo.config.ui
A dialog box through which the user can construct a new object.
NewConfigurableDialog.ConstructionProperties - Class in ca.nengo.config.ui
 
NewtonRootFinder - Class in ca.nengo.math.impl
Root finder that uses Newton's method.
NewtonRootFinder(int, boolean) - Constructor for class ca.nengo.math.impl.NewtonRootFinder
 
NewtonRootFinderTest - Class in ca.nengo.math.impl
 
NewtonRootFinderTest() - Constructor for class ca.nengo.math.impl.NewtonRootFinderTest
 
Node - Interface in ca.nengo.model
A part of a Network that can be run independently (eg a Neuron).
NodeFactory - Interface in ca.nengo.model.impl
Produces Nodes.
NodeThread - Class in ca.nengo.util.impl
 
NodeThread(NodeThreadPool) - Constructor for class ca.nengo.util.impl.NodeThread
 
NodeThreadPool - Class in ca.nengo.util.impl
A pool of threads for running nodes in.
NodeThreadPool(Node[]) - Constructor for class ca.nengo.util.impl.NodeThreadPool
 
Noise - Interface in ca.nengo.model
An model of noise that can be explicitly injected into a circuit (e.g.
Noise.Noisy - Interface in ca.nengo.model
An object that implements this interface is subject to Noise.
NoiseFactory - Class in ca.nengo.model.impl
Default additive Noise implementations.
NoiseFactory() - Constructor for class ca.nengo.model.impl.NoiseFactory
 
NoiseFactory.NoiseImplFunction - Class in ca.nengo.model.impl
Note: there are no public setters here for the same reason as in NoiseImplPDF.
NoiseFactory.NoiseImplFunction(Function) - Constructor for class ca.nengo.model.impl.NoiseFactory.NoiseImplFunction
 
NoiseFactory.NoiseImplFunction() - Constructor for class ca.nengo.model.impl.NoiseFactory.NoiseImplFunction
Default zero noise.
NoiseFactory.NoiseImplNull - Class in ca.nengo.model.impl
 
NoiseFactory.NoiseImplNull() - Constructor for class ca.nengo.model.impl.NoiseFactory.NoiseImplNull
 
NoiseFactory.NoiseImplPDF - Class in ca.nengo.model.impl
Note: setters are private, because Origins typically make copies for each output dimension, which would then not be updated with changes to the original.
NoiseFactory.NoiseImplPDF(float, PDF, DynamicalSystem, Integrator) - Constructor for class ca.nengo.model.impl.NoiseFactory.NoiseImplPDF
 
normalize(float[]) - Static method in class ca.nengo.util.MU
 
NumericallDifferentiableFunctionTest - Class in ca.nengo.math.impl
 
NumericallDifferentiableFunctionTest() - Constructor for class ca.nengo.math.impl.NumericallDifferentiableFunctionTest
 
NumericallyDifferentiableFunction - Class in ca.nengo.math.impl
A wrapper around any Function that provides a numerical approximation of its derivative, so that it can be used as a DifferentiableFunction.
NumericallyDifferentiableFunction(Function, int, float) - Constructor for class ca.nengo.math.impl.NumericallyDifferentiableFunction
 
NumericallyDifferentiableFunction() - Constructor for class ca.nengo.math.impl.NumericallyDifferentiableFunction
Uses dummy parameters to allow setting after construction.
NumericallyDifferentiableFunction.NumericalDerivative - Class in ca.nengo.math.impl
 
NumericallyDifferentiableFunction.NumericalDerivative(Function, int, float) - Constructor for class ca.nengo.math.impl.NumericallyDifferentiableFunction.NumericalDerivative
 
NumericallyDifferentiableFunctionTest - Class in ca.nengo.math.impl
 
NumericallyDifferentiableFunctionTest() - Constructor for class ca.nengo.math.impl.NumericallyDifferentiableFunctionTest
 

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