#include <sparseqr.hh>

Public Member Functions | |
| Smatrix * | MarkEntry (Smatrix **sptr) |
| int | match (Smatrix *) |
| Smatrix * | MoveDown (Smatrix **) |
| Smatrix * | MoveRight (Smatrix **) |
| void * | operator new (size_t size, int r, int c, double v, Smatrix *rptr=NULL, Smatrix *dptr=NULL) |
Public Attributes | |
| int | col |
| Smatrix * | down |
| Smatrix * | right |
| int | row |
| double | value |
Definition at line 104 of file sparseqr.hh.
| int sparseqr::Smatrix::match | ( | Smatrix * | ) |
| void* sparseqr::Smatrix::operator new | ( | size_t | size, |
| int | r, | ||
| int | c, | ||
| double | v, | ||
| Smatrix * | rptr = NULL, |
||
| Smatrix * | dptr = NULL |
||
| ) |
Definition at line 106 of file sparseqr.hh.
Definition at line 108 of file sparseqr.hh.
Definition at line 108 of file sparseqr.hh.
Definition at line 106 of file sparseqr.hh.
| double sparseqr::Smatrix::value |
Definition at line 107 of file sparseqr.hh.