#include <sparseqr.hh>
Public Member Functions | |
int | match (Smatrix *) |
Smatrix * | MoveDown (Smatrix **) |
Smatrix * | MoveRight (Smatrix **) |
Smatrix * | MarkEntry (Smatrix **sptr) |
void * | operator new (size_t size, int r, int c, double v, Smatrix *rptr=NULL, Smatrix *dptr=NULL) |
Public Attributes | |
int | row |
int | col |
double | value |
Smatrix * | right |
Smatrix * | down |
Definition at line 110 of file sparseqr.hh.
int sparseqr::Smatrix::col |
Definition at line 112 of file sparseqr.hh.
Smatrix * sparseqr::Smatrix::down |
Definition at line 114 of file sparseqr.hh.
Smatrix* sparseqr::Smatrix::right |
Definition at line 114 of file sparseqr.hh.
int sparseqr::Smatrix::row |
Definition at line 112 of file sparseqr.hh.
double sparseqr::Smatrix::value |
Definition at line 113 of file sparseqr.hh.