Uses of Class
uchicago.src.collection.ByteMatrix2D

Packages that use ByteMatrix2D
uchicago.src.collection   
uchicago.src.sim.network   
 

Uses of ByteMatrix2D in uchicago.src.collection
 

Methods in uchicago.src.collection that return ByteMatrix2D
 ByteMatrix2D ByteMatrix2D.copy()
           
 ByteMatrix2D ByteMatrix2D.zMult(ByteMatrix2D B)
          Multiply this matrix by the specified matrix and return the result in a new matrix.
 

Methods in uchicago.src.collection with parameters of type ByteMatrix2D
 ByteMatrix2D ByteMatrix2D.zMult(ByteMatrix2D B)
          Multiply this matrix by the specified matrix and return the result in a new matrix.
 

Uses of ByteMatrix2D in uchicago.src.sim.network
 

Constructors in uchicago.src.sim.network with parameters of type ByteMatrix2D
AdjacencyByteMatrix(ByteMatrix2D matrix)
          Constructs an AdjancencyByteMatrix using the specified matrix.