Ejemplo n.º 1
0
 def adjoint(self):
     """
     Same as getH
     """
     return zcsr_adjoint(self)
Ejemplo n.º 2
0
 def adjoint(self):
     """
     Same as getH
     """
     return zcsr_adjoint(self)
Ejemplo n.º 3
0
 def getH(self):
     """
     Returns the conjugate-transpose of the matrix, keeping
     it in fast_csr format.
     """
     return zcsr_adjoint(self)
Ejemplo n.º 4
0
 def getH(self):
     """
     Returns the conjugate-transpose of the matrix, keeping
     it in fast_csr format.
     """
     return zcsr_adjoint(self)