Uses of Interface
uchicago.src.collection.BaseMatrix

Packages that use BaseMatrix
uchicago.src.collection   
uchicago.src.sim.space   
 

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