sparseqr::J Class Reference
Given's rotations. More...
#include <sparseqr.hh>
Public Member Functions | |
void * | operator new (size_t, double, double, int, int, J *) |
Public Attributes | |
double | c |
J * | next |
J * | previous |
int | row1 |
int | row2 |
double | s |
Detailed Description
Given's rotations.
- 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 Function Documentation
◆ operator new()
void* sparseqr::J::operator new | ( | size_t | , |
double | , | ||
double | , | ||
int | , | ||
int | , | ||
J * | |||
) |
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:
- sparseqr/sparseqr.hh