Uses of Interface
uchicago.src.collection.BaseMatrix

Packages that use BaseMatrix
uchicago.src.collection   
uchicago.src.sim.space   
uchicago.src.sim.topology.space.d2   
uchicago.src.sim.topology.space2   
 

Uses of BaseMatrix in uchicago.src.collection
 

Classes in uchicago.src.collection that implement BaseMatrix
 class DoubleMatrix
          DoubleMatrix: a matrix of doubles (and any other number).
 class NewMatrix
           
 class SparseObjectMatrix
           
 

Uses of BaseMatrix in uchicago.src.sim.space
 

Fields in uchicago.src.sim.space declared as BaseMatrix
protected  BaseMatrix AbsMulti2DGrid.matrix
           
 

Methods in uchicago.src.sim.space that return BaseMatrix
 BaseMatrix RasterSpace.getMatrix()
           
 BaseMatrix Object2DGrid.getMatrix()
          Returns the matrix collection object associated with this 2d grid
 BaseMatrix Discrete2DSpace.getMatrix()
          Gets the matrix collection class that contains all the values
 BaseMatrix Diffuse2D.getMatrix()
          Gets the matrix collection class that contains all the values.
 BaseMatrix AbsMulti2DTorus.getMatrix()
          Gets the matrix collection class that contains all the values
 BaseMatrix AbsMulti2DGrid.getMatrix()
          Gets the matrix collection class that contains all the values
 

Uses of BaseMatrix in uchicago.src.sim.topology.space.d2
 

Fields in uchicago.src.sim.topology.space.d2 declared as BaseMatrix
protected  BaseMatrix AbstractObject2DSpace.matrix
           
 

Methods in uchicago.src.sim.topology.space.d2 that return BaseMatrix
 BaseMatrix AbstractObject2DSpace.getMatrix()
          Returns the matrix collection object associated with this 2d grid
 

Uses of BaseMatrix in uchicago.src.sim.topology.space2
 

Methods in uchicago.src.sim.topology.space2 that return BaseMatrix
 BaseMatrix Object2DGrid.getMatrix()
          Returns the matrix collection object associated with this 2d grid
 BaseMatrix Discrete2DSpace.getMatrix()
          Gets the matrix collection class that contains all the values