Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Public Attributes
sparseqr::Smatrix Class Reference

#include <sparseqr.hh>

Collaboration diagram for sparseqr::Smatrix:
Collaboration graph
[legend]

List of all members.

Public Member Functions

SmatrixMarkEntry (Smatrix **sptr)
int match (Smatrix *)
SmatrixMoveDown (Smatrix **)
SmatrixMoveRight (Smatrix **)
void * operator new (size_t size, int r, int c, double v, Smatrix *rptr=NULL, Smatrix *dptr=NULL)

Public Attributes

int col
Smatrixdown
Smatrixright
int row
double value

Detailed Description

Author:
Thomas H. Robey, 1996, 1997, 1998
See also:
Homepage of SparseQR
Thomas H. Robey and Deborah L. Sulsky, Row Ordering for Sparse QR Decomposition, SIAM J. Matrix Anal. and Appl., Vol. 15, No. 4, pp. 1208-1225, October 1994.

Definition at line 104 of file sparseqr.hh.


Member Function Documentation

Smatrix* sparseqr::Smatrix::MarkEntry ( Smatrix **  sptr)
int sparseqr::Smatrix::match ( Smatrix )
Smatrix* sparseqr::Smatrix::MoveDown ( Smatrix **  )
Smatrix* sparseqr::Smatrix::MoveRight ( Smatrix **  )
void* sparseqr::Smatrix::operator new ( size_t  size,
int  r,
int  c,
double  v,
Smatrix rptr = NULL,
Smatrix dptr = NULL 
)

Member Data Documentation

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.

Definition at line 107 of file sparseqr.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)