GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "SparseCmplxQR.h"
Classes | |
class | SparseComplexQR_rep |
Public Member Functions | |
SparseComplexQR (void) | |
SparseComplexQR (const SparseComplexMatrix &a, int order=0) | |
SparseComplexQR (const SparseComplexQR &a) | |
~SparseComplexQR (void) | |
ComplexMatrix | C (const ComplexMatrix &b) const |
bool | ok (void) const |
SparseComplexQR & | operator= (const SparseComplexQR &a) |
ColumnVector | P (void) const |
ColumnVector | Pinv (void) const |
ComplexMatrix | Q (void) const |
SparseComplexMatrix | R (const bool econ=false) const |
SparseComplexMatrix | V (void) const |
Protected Member Functions | |
cs_cin * | N (void) |
cs_cis * | S (void) |
Private Attributes | |
SparseComplexQR_rep * | rep |
Friends | |
ComplexMatrix | qrsolve (const SparseComplexMatrix &a, const Matrix &b, octave_idx_type &info) |
SparseComplexMatrix | qrsolve (const SparseComplexMatrix &a, const SparseMatrix &b, octave_idx_type &info) |
ComplexMatrix | qrsolve (const SparseComplexMatrix &a, const ComplexMatrix &b, octave_idx_type &info) |
SparseComplexMatrix | qrsolve (const SparseComplexMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info) |
Definition at line 40 of file SparseCmplxQR.h.
|
inline |
Definition at line 89 of file SparseCmplxQR.h.
|
inline |
Definition at line 92 of file SparseCmplxQR.h.
|
inline |
Definition at line 95 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::count.
|
inline |
Definition at line 97 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::count.
|
inline |
Definition at line 127 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::C().
|
inlineprotected |
Definition at line 150 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::N.
Referenced by SparseComplexQR::SparseComplexQR_rep::C(), SparseComplexQR::SparseComplexQR_rep::P(), SparseComplexQR::SparseComplexQR_rep::Pinv(), SparseComplexQR::SparseComplexQR_rep::Q(), qrsolve(), SparseComplexQR::SparseComplexQR_rep::R(), and SparseComplexQR::SparseComplexQR_rep::V().
Definition at line 116 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::ok().
Referenced by qrsolve().
|
inline |
Definition at line 103 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::count, and rep.
|
inline |
Definition at line 122 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::P().
|
inline |
Definition at line 120 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::P().
|
inline |
Definition at line 129 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::Q().
|
inline |
Definition at line 124 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::R().
|
inlineprotected |
Definition at line 148 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::S.
Referenced by SparseComplexQR::SparseComplexQR_rep::C(), SparseComplexQR::SparseComplexQR_rep::P(), SparseComplexQR::SparseComplexQR_rep::Pinv(), SparseComplexQR::SparseComplexQR_rep::Q(), and qrsolve().
|
inline |
Definition at line 118 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::V().
|
friend |
Definition at line 293 of file SparseCmplxQR.cc.
Referenced by qrsolve().
|
friend |
Definition at line 419 of file SparseCmplxQR.cc.
|
friend |
Definition at line 594 of file SparseCmplxQR.cc.
|
friend |
Definition at line 715 of file SparseCmplxQR.cc.
|
private |
Definition at line 86 of file SparseCmplxQR.h.
Referenced by operator=().