Uses of Interface
ca.nengo.util.IndexFinder

Packages that use IndexFinder
ca.nengo.util   
ca.nengo.util.impl   
 

Uses of IndexFinder in ca.nengo.util
 

Methods in ca.nengo.util that return IndexFinder
 IndexFinder IndexFinder.clone()
           
 

Uses of IndexFinder in ca.nengo.util.impl
 

Classes in ca.nengo.util.impl that implement IndexFinder
 class StatefulIndexFinder
          An IndexFinder that searches linearly, starting where the last answer was.
 

Methods in ca.nengo.util.impl that return IndexFinder
 IndexFinder LinearInterpolatorND.getFinder(float[] times)
          Uses a StatefulIndexFinder by default.