Uses of Interface
ca.nengo.dynamics.LinearSystem

Packages that use LinearSystem
ca.nengo.dynamics.impl   
ca.nengo.model.nef.impl   
 

Uses of LinearSystem in ca.nengo.dynamics.impl
 

Classes in ca.nengo.dynamics.impl that implement LinearSystem
 class LTISystem
          A linear time-invariant dynamical system model in state-space form.
 class SimpleLTISystem
          A linear time-invariant system with the following properties: A diagonal dynamics matrix A zero passthrough matrix This implementation will run faster than an instance of the superclass that has these properties.
 

Uses of LinearSystem in ca.nengo.model.nef.impl
 

Methods in ca.nengo.model.nef.impl that return LinearSystem
 LinearSystem DecodedTermination.getDynamics()
           
 

Methods in ca.nengo.model.nef.impl with parameters of type LinearSystem
 void DecodedTermination.setDynamics(LinearSystem dynamics)
           
 

Constructors in ca.nengo.model.nef.impl with parameters of type LinearSystem
BiasTermination(Node node, java.lang.String name, java.lang.String baseName, LinearSystem dynamics, Integrator integrator, float[] biasEncoders, boolean interneurons)
           
DecodedTermination(Node node, java.lang.String name, float[][] transform, LinearSystem dynamics, Integrator integrator)