#include <dbleQRP.h>
Inherits QR.
Public Member Functions | |
QRP (void) | |
QRP (const Matrix &, qr_type_t=qr_type_std) | |
QRP (const QRP &a) | |
QRP & | operator= (const QRP &a) |
~QRP (void) | |
void | init (const Matrix &, qr_type_t=qr_type_std) |
PermMatrix | P (void) const |
ColumnVector | Pvec (void) const |
Protected Attributes | |
PermMatrix | p |
Friends | |
std::ostream & | operator<< (std::ostream &, const QRP &) |
QRP::QRP | ( | void | ) | [inline] |
F77_RET_T const octave_idx_type double const octave_idx_type octave_idx_type double double const octave_idx_type octave_idx_type & QRP::QRP | ( | const Matrix & | a, | |
qr_type_t | qr_type = qr_type_std | |||
) |
QRP::~QRP | ( | void | ) | [inline] |
PermMatrix QRP::P | ( | void | ) | const [inline] |
ColumnVector QRP::Pvec | ( | void | ) | const |
std::ostream& operator<< | ( | std::ostream & | , | |
const QRP & | ||||
) | [friend] |
PermMatrix QRP::p [protected] |