SciPy.org SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17

Row-based linked list matrix, by Ed Schofield.

This contains a list (self.rows) of rows, each of which is a sorted list of column indices of non-zero elements. It also contains a list (self.data) of lists of these elements.

Inherits from

Attributes

Inherited from base classes

Method summary

Inherited from base classes

Methods