Method summary
- __add__(self, other)
- __getattr__(self, attr)
- __getitem__(self, key)
- __init__(self, arg1, dims = None, nzmax = NZMAX, dtype = None, copy = False, check = True)
- __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)
- tocsr(self, copy = False)
- 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)
- __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 column indices are sorted
- matmat(self, other)
- matvec(self, other)
- prune(self)
Eliminate non-zero entries, leaving space for at least newnzmax elements.
- rowcol(self, ind)
- toarray(self)
- tocoo(self)
- tocsc(self)
- tocsr(self, copy = False)
- transpose(self, copy = False)
