CSRMatrix3d

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

Dot product of this CSR matrix and a CSC matrix. :param other: CSC matrix. :return: dot product in CSR matrix

dotdiag(other)[source]

Dot product of this CSR matrix and a diagonal matrix from a vector. :param other: input vector. :return: dot product in CSR matrix

property sptype
transpose(keep_type=False)[source]