Class documentation of Concepts

Loading...
Searching...
No Matches

#include <sparseqr.hh>

Public Member Functions

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

Public Attributes

int row1
 
int row2
 
double c
 
double s
 
Jnext
 
Jprevious
 

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

Member Data Documentation

◆ c

double sparseqr::J::c

Definition at line 83 of file sparseqr.hh.

◆ next

J* sparseqr::J::next

Definition at line 84 of file sparseqr.hh.

◆ previous

J * sparseqr::J::previous

Definition at line 84 of file sparseqr.hh.

◆ row1

int sparseqr::J::row1

Definition at line 82 of file sparseqr.hh.

◆ row2

int sparseqr::J::row2

Definition at line 82 of file sparseqr.hh.

◆ s

double sparseqr::J::s

Definition at line 83 of file sparseqr.hh.


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