Method summary
- __add__(self, other)
- __getattr__(self, attr)
- __getitem__(self, key)
- __init__(self, arg1, dims = None, nzmax = NZMAX, dtype = None, copy = False, check = True)
- __iter__(self)
- __pow__(self, other)
- __setitem__(self, key, val)
- __sub__(self, other)
- __truediv__(self, other)
- conj(self, copy = False)
- ensure_sorted_indices(self, inplace = False)
- matmat(self, other)
- matvec(self, other)
- prune(self)
- rowcol(self, ind)
- toarray(self)
- tocoo(self)
- tocsc(self, copy = False)
- tocsr(self)
- transpose(self, copy = False)
Methods
- __add__(self, other)
- __getattr__(self, attr)
- __getitem__(self, key)
- __init__(self, arg1, dims = None, nzmax = NZMAX, dtype = None, copy = False, check = True)
- __iter__(self)
- __pow__(self, other)
- __setitem__(self, key, val)
- __sub__(self, other)
- __truediv__(self, other)
- conj(self, copy = False)
- ensure_sorted_indices(self, inplace = False)
Return a copy of this matrix where the row indices are sorted
- matmat(self, other)
- matvec(self, other)
- prune(self)
Remove empty space after all non-zero elements.
- rowcol(self, ind)
- toarray(self)
- tocoo(self)
- tocsc(self, copy = False)
- tocsr(self)
- transpose(self, copy = False)
