Class documentation of Concepts

Loading...
Searching...
No Matches
sparseqr::Smatrix Class Reference

#include <sparseqr.hh>

Public Member Functions

int match (Smatrix *)
 
SmatrixMoveDown (Smatrix **)
 
SmatrixMoveRight (Smatrix **)
 
SmatrixMarkEntry (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
 
Smatrixright
 
Smatrixdown
 

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 110 of file sparseqr.hh.

Member Data Documentation

◆ col

int sparseqr::Smatrix::col

Definition at line 112 of file sparseqr.hh.

◆ down

Smatrix * sparseqr::Smatrix::down

Definition at line 114 of file sparseqr.hh.

◆ right

Smatrix* sparseqr::Smatrix::right

Definition at line 114 of file sparseqr.hh.

◆ row

int sparseqr::Smatrix::row

Definition at line 112 of file sparseqr.hh.

◆ value

double sparseqr::Smatrix::value

Definition at line 113 of file sparseqr.hh.


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