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

Public Member Functions | Private Attributes
sparseqr::Fill Class Reference

#include <fill.hh>

List of all members.

Public Member Functions

int CalcFill (Smatrix *, Smatrix *)
 Fill (Smatrix *, int)
void IndexSort (QR *, int *, int)
void Init (QR *, int)
void Merge (QR *qr)
void PivotFill (QR *qr)
int friend QR::sparseqr ()
void Update (int, int)
 ~Fill ()

Private Attributes

int nlist1
int nlist2
int * pairfill
int * rindex
int * row1
int * row2
int * sortindex1
int * sortindex2

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 38 of file fill.hh.


Constructor & Destructor Documentation

sparseqr::Fill::Fill ( Smatrix ,
int   
)
sparseqr::Fill::~Fill ( )

Member Function Documentation

int sparseqr::Fill::CalcFill ( Smatrix ,
Smatrix  
)
void sparseqr::Fill::IndexSort ( QR ,
int *  ,
int   
)
void sparseqr::Fill::Init ( QR ,
int   
)
void sparseqr::Fill::Merge ( QR qr)
void sparseqr::Fill::PivotFill ( QR qr) [inline]

Definition at line 46 of file fill.hh.

Here is the call graph for this function:

int friend sparseqr::Fill::QR::sparseqr ( )
void sparseqr::Fill::Update ( int  ,
int   
)

Member Data Documentation

int sparseqr::Fill::nlist1 [private]

Definition at line 54 of file fill.hh.

int sparseqr::Fill::nlist2 [private]

Definition at line 54 of file fill.hh.

int * sparseqr::Fill::pairfill [private]

Definition at line 55 of file fill.hh.

int * sparseqr::Fill::rindex [private]

Definition at line 55 of file fill.hh.

int * sparseqr::Fill::row1 [private]

Definition at line 55 of file fill.hh.

int * sparseqr::Fill::row2 [private]

Definition at line 55 of file fill.hh.

Definition at line 55 of file fill.hh.

int * sparseqr::Fill::sortindex2 [private]

Definition at line 55 of file fill.hh.


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

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