mat4j.types
Class IntegerMatrix

java.lang.Object
  extended by mat4j.types.MatObj
      extended by mat4j.types.Matrix<java.lang.Integer>
          extended by mat4j.types.IntegerMatrix

public class IntegerMatrix
extends Matrix<java.lang.Integer>


Field Summary
 
Fields inherited from class mat4j.types.Matrix
values
 
Constructor Summary
IntegerMatrix(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

IntegerMatrix

public IntegerMatrix(int numRows,
                     int numColumns)