mat4j.types
Class ComplexMatrix

java.lang.Object
  extended by mat4j.types.MatObj
      extended by mat4j.types.Matrix<Complex>
          extended by mat4j.types.ComplexMatrix

public class ComplexMatrix
extends Matrix<Complex>


Field Summary
 
Fields inherited from class mat4j.types.Matrix
values
 
Constructor Summary
ComplexMatrix(int numRows, int numColumns)
           
 
Method Summary
 ComplexMatrix add(ComplexMatrix complexMatrix)
           
 ComplexMatrix multiply(ComplexMatrix complexMatrix)
           
 
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

ComplexMatrix

public ComplexMatrix(int numRows,
                     int numColumns)
Method Detail

add

public ComplexMatrix add(ComplexMatrix complexMatrix)

multiply

public ComplexMatrix multiply(ComplexMatrix complexMatrix)