Row-based linked list sparse matrix
This is an efficient structure for constructing sparse matrices incrementally.
Notes
Methods
| asformat | |
| asfptype | |
| astype | |
| conj | |
| conjugate | |
| copy | Generic (shallow and deep) copying operations. |
| diagonal | |
| dot | |
| getH | |
| get_shape | |
| getcol | |
| getdata | |
| getformat | |
| getmaxprint | |
| getnnz | |
| getrow | |
| getrowview | |
| listprint | |
| matmat | |
| matvec | |
| mean | |
| multiply | |
| nonzero | |
| reshape | |
| rmatvec | |
| rowcol | |
| save | |
| set_shape | |
| setdiag | |
| sum | |
| toarray | |
| tobsr | |
| tocoo | |
| tocsc | |
| tocsr | |
| todense | |
| todia | |
| todok | |
| tolil | |
| transpose |