CSCMatrix3d

class src.sparse_torch.csx_matrix.CSCMatrix3d(inp, shape=None, device=None)[source]
Tdot(other, *args, **kwargs)[source]

The dot result of a TRANSPOSED CSC matrix and another CSC matrix. This is equivalent to CSR dot CSC. :param other: second CSC matrix :return: dot product in a new CSR matrix

property sptype
transpose(keep_type=False)[source]