コード例 #1
0
ファイル: fastsparse.py プロジェクト: christian512/qutip
 def adjoint(self):
     """
     Same as getH
     """
     return zcsr_adjoint(self)
コード例 #2
0
ファイル: fastsparse.py プロジェクト: cgranade/qutip
 def adjoint(self):
     """
     Same as getH
     """
     return zcsr_adjoint(self)
コード例 #3
0
ファイル: fastsparse.py プロジェクト: christian512/qutip
 def getH(self):
     """
     Returns the conjugate-transpose of the matrix, keeping
     it in fast_csr format.
     """
     return zcsr_adjoint(self)
コード例 #4
0
ファイル: fastsparse.py プロジェクト: cgranade/qutip
 def getH(self):
     """
     Returns the conjugate-transpose of the matrix, keeping
     it in fast_csr format.
     """
     return zcsr_adjoint(self)