#include <sparseqr.hh>
Public Member Functions | |
| Packed (unsigned cnt=0) | |
| void | init (unsigned cnt=0) |
| void | Sort () |
| Sorts the entries of each row. | |
Public Attributes | |
| int * | col |
| Column indices of the entries. | |
| double * | value |
| Values of the entries. | |
| unsigned | size |
| Number of entries in the row. | |
Row of a sparse matrix.
Definition at line 52 of file sparseqr.hh.
| sparseqr::Packed::Packed | ( | unsigned | cnt = 0 | ) |
Constructor.
| cnt | Number of entries in the row |
| void sparseqr::Packed::init | ( | unsigned | cnt = 0 | ) |
Initializes the dynamic storage.
| cnt | Number of entries in the row |
| int* sparseqr::Packed::col |
Column indices of the entries.
Definition at line 55 of file sparseqr.hh.
| unsigned sparseqr::Packed::size |
Number of entries in the row.
Definition at line 59 of file sparseqr.hh.
| double* sparseqr::Packed::value |
Values of the entries.
Definition at line 57 of file sparseqr.hh.