Uses of Class
qcnn.ComplexMatrix

Packages that use ComplexMatrix
qcnn   
 

Uses of ComplexMatrix in qcnn
 

Fields in qcnn declared as ComplexMatrix
static ComplexMatrix ComplexMatrix.IDENTITY
           
 

Methods in qcnn that return ComplexMatrix
 ComplexMatrix ComplexMatrix.multiply(ComplexMatrix m)
          Computes the product of two matrices.
 ComplexMatrix ComplexMatrix.multiply(double v)
          Scales all entries in this matric by a real number
 

Methods in qcnn with parameters of type ComplexMatrix
 ComplexMatrix ComplexMatrix.multiply(ComplexMatrix m)
          Computes the product of two matrices.