示例#1
0
 def trans(self):
     """
     Same as transpose
     """
     return zcsr_transpose(self)
示例#2
0
 def trans(self):
     """
     Same as transpose
     """
     return zcsr_transpose(self)
示例#3
0
 def transpose(self):
     """
     Returns the transpose of the matrix, keeping
     it in fast_csr format.
     """
     return zcsr_transpose(self)
示例#4
0
 def transpose(self):
     """
     Returns the transpose of the matrix, keeping
     it in fast_csr format.
     """
     return zcsr_transpose(self)