#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 |
Private Attributes | |
SparseComplexQR_rep * | rep |
Friends | |
ComplexMatrix | qrsolve (const SparseComplexMatrix &a, const Matrix &b, octave_idx_type &info) |
SparseComplexMatrix | qrsolve (const SparseComplexMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info) |
ComplexMatrix | qrsolve (const SparseComplexMatrix &a, const ComplexMatrix &b, octave_idx_type &info) |
SparseComplexMatrix | qrsolve (const SparseComplexMatrix &a, const SparseMatrix &b, octave_idx_type &info) |
Definition at line 40 of file SparseCmplxQR.h.
SparseComplexQR::SparseComplexQR | ( | void | ) | [inline] |
Definition at line 89 of file SparseCmplxQR.h.
SparseComplexQR::SparseComplexQR | ( | const SparseComplexMatrix & | a, | |
int | order = 0 | |||
) | [inline] |
Definition at line 92 of file SparseCmplxQR.h.
SparseComplexQR::SparseComplexQR | ( | const SparseComplexQR & | a | ) | [inline] |
Definition at line 95 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::count.
SparseComplexQR::~SparseComplexQR | ( | void | ) | [inline] |
Definition at line 97 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::count.
ComplexMatrix SparseComplexQR::C | ( | const ComplexMatrix & | b | ) | const [inline] |
Definition at line 127 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::C().
bool SparseComplexQR::ok | ( | void | ) | const [inline] |
Definition at line 116 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::ok().
Referenced by qrsolve().
SparseComplexQR& SparseComplexQR::operator= | ( | const SparseComplexQR & | a | ) | [inline] |
Definition at line 103 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::count, and rep.
ColumnVector SparseComplexQR::P | ( | void | ) | const [inline] |
Definition at line 122 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::P().
ColumnVector SparseComplexQR::Pinv | ( | void | ) | const [inline] |
Definition at line 120 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::P().
Referenced by qrsolve().
ComplexMatrix SparseComplexQR::Q | ( | void | ) | const [inline] |
Definition at line 129 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::Q().
Referenced by qrsolve().
SparseComplexMatrix SparseComplexQR::R | ( | const bool | econ = false |
) | const [inline] |
Definition at line 124 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::R().
SparseComplexMatrix SparseComplexQR::V | ( | void | ) | const [inline] |
Definition at line 118 of file SparseCmplxQR.h.
References SparseComplexQR::SparseComplexQR_rep::V().
ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, | |
const Matrix & | b, | |||
octave_idx_type & | info | |||
) | [friend] |
Definition at line 293 of file SparseCmplxQR.cc.
Referenced by qrsolve().
SparseComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, | |
const SparseComplexMatrix & | b, | |||
octave_idx_type & | info | |||
) | [friend] |
Definition at line 716 of file SparseCmplxQR.cc.
ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, | |
const ComplexMatrix & | b, | |||
octave_idx_type & | info | |||
) | [friend] |
Definition at line 595 of file SparseCmplxQR.cc.
SparseComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, | |
const SparseMatrix & | b, | |||
octave_idx_type & | info | |||
) | [friend] |
Definition at line 421 of file SparseCmplxQR.cc.
SparseComplexQR_rep* SparseComplexQR::rep [private] |
Definition at line 86 of file SparseCmplxQR.h.
Referenced by operator=().