![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
This is the complete list of members for SparseQR, including all inherited members.
| C(const Matrix &b) const | SparseQR | inline |
| N(void) | SparseQR | inlineprotected |
| ok(void) const | SparseQR | inline |
| operator=(const SparseQR &a) | SparseQR | inline |
| P(void) const | SparseQR | inline |
| Pinv(void) const | SparseQR | inline |
| Q(void) const | SparseQR | inline |
| qrsolve(const SparseMatrix &a, const Matrix &b, octave_idx_type &info) | SparseQR | friend |
| qrsolve(const SparseMatrix &a, const SparseMatrix &b, octave_idx_type &info) | SparseQR | friend |
| qrsolve(const SparseMatrix &a, const ComplexMatrix &b, octave_idx_type &info) | SparseQR | friend |
| qrsolve(const SparseMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info) | SparseQR | friend |
| R(const bool econ=false) const | SparseQR | inline |
| rep | SparseQR | private |
| S(void) | SparseQR | inlineprotected |
| SparseQR(void) | SparseQR | inline |
| SparseQR(const SparseMatrix &a, int order=0) | SparseQR | inline |
| SparseQR(const SparseQR &a) | SparseQR | inline |
| V(void) const | SparseQR | inline |
| ~SparseQR(void) | SparseQR | inline |
1.8.1.2