Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
L
LENGTH
- Static variable in interface ca.nengo.model.muscle.
SkeletalMuscle
LIFNeuronFactory
- Class in
ca.nengo.model.neuron.impl
A factory for leaky-integrate-and-fire neurons.
LIFNeuronFactory(float, float, PDF, PDF)
- Constructor for class ca.nengo.model.neuron.impl.
LIFNeuronFactory
LIFNeuronFactory()
- Constructor for class ca.nengo.model.neuron.impl.
LIFNeuronFactory
Uses default parameters.
LIFSpikeGenerator
- Class in
ca.nengo.model.neuron.impl
A leaky-integrate-and-fire model of spike generation.
LIFSpikeGenerator()
- Constructor for class ca.nengo.model.neuron.impl.
LIFSpikeGenerator
Uses default values.
LIFSpikeGenerator(float, float, float)
- Constructor for class ca.nengo.model.neuron.impl.
LIFSpikeGenerator
LIFSpikeGenerator(float, float, float, float)
- Constructor for class ca.nengo.model.neuron.impl.
LIFSpikeGenerator
LIFSpikeGenerator.Factory
- Class in
ca.nengo.model.neuron.impl
Creates LIFSpikeGenerators.
LIFSpikeGenerator.Factory()
- Constructor for class ca.nengo.model.neuron.impl.
LIFSpikeGenerator.Factory
LIFSpikeGeneratorTest
- Class in
ca.nengo.model.neuron.impl
Unit tests for LIFSpikeGenerator.
LIFSpikeGeneratorTest()
- Constructor for class ca.nengo.model.neuron.impl.
LIFSpikeGeneratorTest
LIFSpikingNeuronTest
- Class in
ca.nengo.model.neuron.impl
LIFSpikingNeuronTest()
- Constructor for class ca.nengo.model.neuron.impl.
LIFSpikingNeuronTest
LinearApproximator
- Interface in
ca.nengo.math
Finds coefficients on a set of functions so that their linear combination approximates a target Function.
LinearCurveFitter
- Class in
ca.nengo.math.impl
Interpolates linearly between example points.
LinearCurveFitter()
- Constructor for class ca.nengo.math.impl.
LinearCurveFitter
LinearCurveFitter.InterpolatedFunction
- Class in
ca.nengo.math.impl
A 1-D Function based on interpolation between known points.
LinearCurveFitter.InterpolatedFunction(float[], float[])
- Constructor for class ca.nengo.math.impl.
LinearCurveFitter.InterpolatedFunction
LinearCurveFitterTest
- Class in
ca.nengo.math.impl
LinearCurveFitterTest()
- Constructor for class ca.nengo.math.impl.
LinearCurveFitterTest
LinearExponentialTermination
- Class in
ca.nengo.model.impl
A Termination at which incoming spikes induce exponentially decaying post-synaptic currents that are combined linearly.
LinearExponentialTermination(Node, String, float[], float)
- Constructor for class ca.nengo.model.impl.
LinearExponentialTermination
LinearExponentialTerminationTest
- Class in
ca.nengo.model.impl
Unit tests for LinearExponentialTermination.
LinearExponentialTerminationTest()
- Constructor for class ca.nengo.model.impl.
LinearExponentialTerminationTest
LinearFunction
- Class in
ca.nengo.math.impl
A linear map into one dimension.
LinearFunction(float[], float, boolean)
- Constructor for class ca.nengo.math.impl.
LinearFunction
LinearFunctionTest
- Class in
ca.nengo.math.impl
Unit tests for LinearFunction.
LinearFunctionTest(String)
- Constructor for class ca.nengo.math.impl.
LinearFunctionTest
LinearInterpolatorND
- Class in
ca.nengo.util.impl
Interpolates linearly between adjacent values of a vector time series.
LinearInterpolatorND(TimeSeries)
- Constructor for class ca.nengo.util.impl.
LinearInterpolatorND
LinearSynapticIntegrator
- Class in
ca.nengo.model.neuron.impl
A basic linear
SynapticIntegrator
model.
LinearSynapticIntegrator(float, Units)
- Constructor for class ca.nengo.model.neuron.impl.
LinearSynapticIntegrator
LinearSynapticIntegrator()
- Constructor for class ca.nengo.model.neuron.impl.
LinearSynapticIntegrator
Defaults to max timestep 1ms and units Units.ACU.
LinearSynapticIntegrator.Factory
- Class in
ca.nengo.model.neuron.impl
LinearSynapticIntegrator.Factory()
- Constructor for class ca.nengo.model.neuron.impl.
LinearSynapticIntegrator.Factory
LinearSynapticIntegratorTest
- Class in
ca.nengo.model.neuron.impl
Unit tests for LinearSynapticIntegrator.
LinearSynapticIntegratorTest()
- Constructor for class ca.nengo.model.neuron.impl.
LinearSynapticIntegratorTest
LinearSystem
- Interface in
ca.nengo.dynamics
A linear dynamical system, which may or may not be time-varying.
LinkSegmentModel
- Interface in
ca.nengo.model.muscle
TODO: javadocs
LinkSegmentModelImpl
- Class in
ca.nengo.model.muscle.impl
Default implementation of LinkSegmentModel.
LinkSegmentModelImpl(String, DynamicalSystem, float)
- Constructor for class ca.nengo.model.muscle.impl.
LinkSegmentModelImpl
LinkSegmentModelImplTest
- Class in
ca.nengo.model.muscle.impl
Unit test for LinkSegmentModel.
LinkSegmentModelImplTest()
- Constructor for class ca.nengo.model.muscle.impl.
LinkSegmentModelImplTest
ListProperty
- Interface in
ca.nengo.config
A Property that can have multiple values, each of which is identified by an integer index.
ListPropertyImpl
- Class in
ca.nengo.config.impl
Default implementation of ListProperty.
ListPropertyImpl(Configuration, String, Class<?>, Method)
- Constructor for class ca.nengo.config.impl.
ListPropertyImpl
ListPropertyImpl(Configuration, String, Class<?>, Method, Method)
- Constructor for class ca.nengo.config.impl.
ListPropertyImpl
ListPropertyImplTest
- Class in
ca.nengo.config.impl
ListPropertyImplTest()
- Constructor for class ca.nengo.config.impl.
ListPropertyImplTest
listStates()
- Method in class ca.nengo.model.impl.
AbstractEnsemble
listStates()
- Method in class ca.nengo.model.impl.
FunctionInput
listStates()
- Method in class ca.nengo.model.impl.
NetworkImpl
listStates()
- Method in class ca.nengo.model.muscle.impl.
LinkSegmentModelImpl
listStates()
- Method in class ca.nengo.model.muscle.impl.
SkeletalMuscleImpl
listStates()
- Method in class ca.nengo.model.nef.impl.
DecodableEnsembleImpl
listStates()
- Method in class ca.nengo.model.nef.impl.
DecodedTermination
listStates()
- Method in class ca.nengo.model.nef.impl.
NEFEnsembleImpl
listStates()
- Method in class ca.nengo.model.neuron.impl.
ALIFSpikeGenerator
listStates()
- Method in class ca.nengo.model.neuron.impl.
DynamicalSystemSpikeGenerator
listStates()
- Method in class ca.nengo.model.neuron.impl.
IzhikevichSpikeGenerator
listStates()
- Method in class ca.nengo.model.neuron.impl.
LIFSpikeGenerator
listStates()
- Method in class ca.nengo.model.neuron.impl.
SpikingNeuron
listStates()
- Method in interface ca.nengo.model.
Probeable
load(File)
- Method in class ca.nengo.io.
FileManager
LocalSimulator
- Class in
ca.nengo.sim.impl
A Simulator that runs locally (ie in the Java Virtual Machine in which it is called).
LocalSimulator()
- Constructor for class ca.nengo.sim.impl.
LocalSimulator
LongHandler
- Class in
ca.nengo.config.handlers
ConfigurationHandler for Long values.
LongHandler()
- Constructor for class ca.nengo.config.handlers.
LongHandler
LTISystem
- Class in
ca.nengo.dynamics.impl
A linear time-invariant dynamical system model in state-space form.
LTISystem(float[][], float[][], float[][], float[][], float[], Units[])
- Constructor for class ca.nengo.dynamics.impl.
LTISystem
Each argument is an array of arrays that represents a matrix.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z