#include <SparseQR.h>
Classes | |
class | SparseQR_rep |
Public Member Functions | |
SparseQR (void) | |
SparseQR (const SparseMatrix &a, int order=0) | |
SparseQR (const SparseQR &a) | |
~SparseQR (void) | |
SparseQR & | operator= (const SparseQR &a) |
bool | ok (void) const |
SparseMatrix | V (void) const |
ColumnVector | Pinv (void) const |
ColumnVector | P (void) const |
SparseMatrix | R (const bool econ=false) const |
Matrix | C (const Matrix &b) const |
Matrix | Q (void) const |
Friends | |
Matrix | qrsolve (const SparseMatrix &a, const Matrix &b, octave_idx_type &info) |
SparseMatrix | qrsolve (const SparseMatrix &a, const SparseMatrix &b, octave_idx_type &info) |
ComplexMatrix | qrsolve (const SparseMatrix &a, const ComplexMatrix &b, octave_idx_type &info) |
SparseComplexMatrix | qrsolve (const SparseMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info) |
SparseQR::SparseQR | ( | void | ) | [inline] |
SparseQR::SparseQR | ( | const SparseMatrix & | a, | |
int | order = 0 | |||
) | [inline] |
SparseQR::~SparseQR | ( | void | ) | [inline] |
bool SparseQR::ok | ( | void | ) | const [inline] |
ColumnVector SparseQR::P | ( | void | ) | const [inline] |
ColumnVector SparseQR::Pinv | ( | void | ) | const [inline] |
Matrix SparseQR::Q | ( | void | ) | const [inline] |
SparseMatrix SparseQR::R | ( | const bool | econ = false |
) | const [inline] |
SparseMatrix SparseQR::V | ( | void | ) | const [inline] |
SparseComplexMatrix qrsolve | ( | const SparseMatrix & | a, | |
const SparseComplexMatrix & | b, | |||
octave_idx_type & | info | |||
) | [friend] |
ComplexMatrix qrsolve | ( | const SparseMatrix & | a, | |
const ComplexMatrix & | b, | |||
octave_idx_type & | info | |||
) | [friend] |
SparseMatrix qrsolve | ( | const SparseMatrix & | a, | |
const SparseMatrix & | b, | |||
octave_idx_type & | info | |||
) | [friend] |
Matrix qrsolve | ( | const SparseMatrix & | a, | |
const Matrix & | b, | |||
octave_idx_type & | info | |||
) | [friend] |