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
F
f(float, float[])
- Method in interface ca.nengo.dynamics.
DynamicalSystem
The dynamic equation.
f(float, float[])
- Method in class ca.nengo.dynamics.impl.
AbstractDynamicalSystem
f(float, float[])
- Method in class ca.nengo.dynamics.impl.
LTISystem
f(float, float[])
- Method in class ca.nengo.dynamics.impl.
RK45IntegratorTest.VanderPol
f(float, float[])
- Method in class ca.nengo.dynamics.impl.
SimpleLTISystem
f(float, float[])
- Method in class ca.nengo.model.muscle.impl.
HillMuscle.Dynamics
f(float, float[])
- Method in class ca.nengo.model.neuron.impl.
HodgkinHuxleySpikeGenerator.HodgkinHuxleySystem
FileManager
- Class in
ca.nengo.io
Handles saving and loading of Node TODO: a better job (this is a quick one) TODO: is there any metadata to store? TODO: test
FileManager()
- Constructor for class ca.nengo.io.
FileManager
filter(TimeSeries, float)
- Static method in class ca.nengo.plot.
Plotter
filter(TimeSeries, float)
- Static method in class ca.nengo.util.
DataUtils
findCoefficients(Function)
- Method in class ca.nengo.math.impl.
CompositeApproximator
findCoefficients(Function)
- Method in class ca.nengo.math.impl.
GradientDescentApproximator
findCoefficients(Function)
- Method in class ca.nengo.math.impl.
IndependentDimensionApproximator
findCoefficients(Function)
- Method in class ca.nengo.math.impl.
WeightedCostApproximator
This implementation is adapted from Eliasmith & Anderson, 2003, appendix A.
findCoefficients(Function)
- Method in interface ca.nengo.math.
LinearApproximator
Note: more information is needed than the arguments provide (for example the functions that are to be combined to estimate the target).
findCommon1DOrigins(Node[])
- Static method in class ca.nengo.model.impl.
AbstractEnsemble
findIndexBelow(float)
- Method in class ca.nengo.util.impl.
StatefulIndexFinder
findIndexBelow(float)
- Method in interface ca.nengo.util.
IndexFinder
findRoot(Function, float, float, float)
- Method in class ca.nengo.math.impl.
NewtonRootFinder
findRoot(Function, float, float, float)
- Method in interface ca.nengo.math.
RootFinder
finishedANode()
- Method in class ca.nengo.util.impl.
NodeThreadPool
finishedGPUNodes()
- Method in class ca.nengo.util.impl.
GPUNodeThreadPool
finishEditing()
- Method in class ca.nengo.config.ui.
MatrixEditor
Stops current cell editing
finishedRun()
- Method in class ca.nengo.util.impl.
NodeThreadPool
fit(float[], float[])
- Method in interface ca.nengo.math.
CurveFitter
fit(float[], float[])
- Method in class ca.nengo.math.impl.
LinearCurveFitter
Note that inputs x must be sorted from lowest to highest.
fit(float[], float[])
- Method in class ca.nengo.math.impl.
PolynomialCurveFitter
fixMode()
- Method in class ca.nengo.model.impl.
NetworkImpl
fixMode()
- Method in class ca.nengo.model.nef.impl.
NEFEnsembleImpl
When this method is called, the mode of this node is fixed and cannot be changed by subsequent setMode(...) calls.
FloatHandler
- Class in
ca.nengo.config.handlers
ConfigurationHandler for Float values.
FloatHandler()
- Constructor for class ca.nengo.config.handlers.
FloatHandler
FORCE
- Static variable in interface ca.nengo.model.muscle.
SkeletalMuscle
forName(String)
- Static method in class ca.nengo.util.
ClassUtils
As Class.forName(String) but arrays and primitives are also handled.
FourierFunction
- Class in
ca.nengo.math.impl
A Function that is composed of a finite number of sinusoids.
FourierFunction(float[], float[], float[])
- Constructor for class ca.nengo.math.impl.
FourierFunction
Creates a 1-dimensional function composed of explicitly defined sinusoids.
FourierFunction(float[][], float[], float[][])
- Constructor for class ca.nengo.math.impl.
FourierFunction
Creates an n-dimensional function composed of explicitly defined sinusoids.
FourierFunction(float, float, float, long, int)
- Constructor for class ca.nengo.math.impl.
FourierFunction
Creates a 1-dimensional band-limited noise function with specified parameters.
FourierFunction(float, float, float, long)
- Constructor for class ca.nengo.math.impl.
FourierFunction
Creates a 1-dimensional band-limited pink noise function with specified parameters.
FourierFunctionTest
- Class in
ca.nengo.math.impl
FourierFunctionTest()
- Constructor for class ca.nengo.math.impl.
FourierFunctionTest
fromString(String)
- Method in interface ca.nengo.config.
ConfigurationHandler
fromString(String)
- Method in class ca.nengo.config.handlers.
BaseHandler
fromString(String)
- Method in class ca.nengo.config.handlers.
EnumHandler
fromString(String)
- Method in class ca.nengo.config.handlers.
MatrixHandler
fromString(String, char, String)
- Static method in class ca.nengo.config.handlers.
MatrixHandler
fromString(String)
- Method in class ca.nengo.config.handlers.
UnitsHandler
fromString(String)
- Method in class ca.nengo.config.handlers.
VectorHandler
fromString(Class<?>, String)
- Method in class ca.nengo.config.
MainHandler
fromString(String)
- Method in class ca.nengo.config.
MainHandler
Function
- Interface in
ca.nengo.math
A mathematical function from an n-D space to a 1-D space.
functionalTestAddBiasOrigin()
- Method in class ca.nengo.model.nef.impl.
NEFEnsembleImplTest
functionalTestBiasOriginError()
- Method in class ca.nengo.model.nef.impl.
NEFEnsembleImplTest
functionalTestSort()
- Method in class ca.nengo.util.
DataUtilsTest
Note: this isn't run automatically but it's run from the main()
FunctionBasis
- Interface in
ca.nengo.math
A list of orthogonal functions.
FunctionBasisImpl
- Class in
ca.nengo.math.impl
Default implementation of FunctionBasis.
FunctionBasisImpl(Function[])
- Constructor for class ca.nengo.math.impl.
FunctionBasisImpl
FunctionBasisImplTest
- Class in
ca.nengo.math.impl
Unit tests for FunctionBasisImpl.
FunctionBasisImplTest()
- Constructor for class ca.nengo.math.impl.
FunctionBasisImplTest
FunctionInput
- Class in
ca.nengo.model.impl
FunctionInput(String, Function[], Units)
- Constructor for class ca.nengo.model.impl.
FunctionInput
FunctionInputTest
- Class in
ca.nengo.model.impl
FunctionInputTest()
- Constructor for class ca.nengo.model.impl.
FunctionInputTest
FunctionInterpreter
- Interface in
ca.nengo.math
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