| 
| QDataStream &  | Isis::operator<< (QDataStream &stream, const SparseBlockColumnMatrix &sbcm) | 
|   | Writes matrix to binary disk file pointed to by QDataStream stream.  More...
  | 
|   | 
| QDataStream &  | Isis::operator>> (QDataStream &stream, SparseBlockColumnMatrix &sbcm) | 
|   | Reads matrix from binary disk file pointed to by QDataStream stream.  More...
  | 
|   | 
| QDebug  | Isis::operator<< (QDebug dbg, const SparseBlockColumnMatrix &sbcm) | 
|   | Writes matrix to QDebug stream.  More...
  | 
|   | 
| QDataStream &  | Isis::operator<< (QDataStream &stream, const SparseBlockRowMatrix &sbrm) | 
|   | Writes matrix to binary disk file pointed to by QDataStream stream.  More...
  | 
|   | 
| QDataStream &  | Isis::operator>> (QDataStream &stream, SparseBlockRowMatrix &sbrm) | 
|   | Reads matrix from binary disk file pointed to by QDataStream stream.  More...
  | 
|   | 
| QDebug  | Isis::operator<< (QDebug dbg, const SparseBlockRowMatrix &sbrm) | 
|   | Writes matrix to QDebug stream.  More...
  | 
|   | 
| QDataStream &  | Isis::operator<< (QDataStream &stream, const SparseBlockMatrix &sparseBlockMatrix) | 
|   | Writes matrix to binary disk file pointed to by QDataStream stream.  More...
  | 
|   | 
| QDataStream &  | Isis::operator>> (QDataStream &stream, SparseBlockMatrix &sparseBlockMatrix) | 
|   | Reads matrix from binary disk file pointed to by QDataStream stream.  More...
  | 
|   | 
| QDebug  | Isis::operator<< (QDebug dbg, const SparseBlockMatrix &m) | 
|   | Writes matrix to QDebug stream.  More...
  | 
|   |