mat4j.types
Class BooleanMatrix

java.lang.Object
  extended by mat4j.types.MatObj
      extended by mat4j.types.Matrix<java.lang.Boolean>
          extended by mat4j.types.BooleanMatrix

public class BooleanMatrix
extends Matrix<java.lang.Boolean>


Field Summary
 
Fields inherited from class mat4j.types.Matrix
values
 
Constructor Summary
BooleanMatrix(int numRows, int numColumns)
           
 
Method Summary
 
Methods inherited from class mat4j.types.Matrix
equals, getNumColumns, getNumRows, getValue, hashCode, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanMatrix

public BooleanMatrix(int numRows,
                     int numColumns)