sparseqr::Smatrix Class Reference

#include <sparseqr.hh>

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

Member Function Documentation

◆ MarkEntry()

Smatrix* sparseqr::Smatrix::MarkEntry ( Smatrix **  sptr)

◆ match()

int sparseqr::Smatrix::match ( Smatrix )

◆ MoveDown()

Smatrix* sparseqr::Smatrix::MoveDown ( Smatrix **  )

◆ MoveRight()

Smatrix* sparseqr::Smatrix::MoveRight ( Smatrix **  )

◆ operator new()

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

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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich