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

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

Given's rotations. More...

#include <sparseqr.hh>

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

List of all members.

Public Member Functions

void * operator new (size_t, double, double, int, int, J *)

Public Attributes

double c
Jnext
Jprevious
int row1
int row2
double s

Detailed Description

Given's rotations.

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


Member Function Documentation

void* sparseqr::J::operator new ( size_t  ,
double  ,
double  ,
int  ,
int  ,
J  
)

Member Data Documentation

Definition at line 77 of file sparseqr.hh.

Definition at line 78 of file sparseqr.hh.

Definition at line 78 of file sparseqr.hh.

Definition at line 76 of file sparseqr.hh.

Definition at line 76 of file sparseqr.hh.

Definition at line 77 of file sparseqr.hh.


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

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