#include "base-qr.h"
Public Types | |
typedef qr_type::element_type | qr_elt_type |
Public Member Functions | |
base_qr (void) | |
base_qr (const qr_type &q, const qr_type &r) | |
base_qr (const base_qr &a) | |
virtual | ~base_qr (void) |
qr_type_t | get_type (void) const |
base_qr & | operator= (const base_qr &a) |
qr_type | Q (void) const |
qr_type | R (void) const |
bool | regular (void) const |
Protected Attributes | |
qr_type | q |
qr_type | r |
Definition at line 38 of file base-qr.h.
typedef qr_type::element_type base_qr< qr_type >::qr_elt_type |
Definition at line 30 of file base-qr.cc.
References base_qr< qr_type >::q, and base_qr< qr_type >::r.
Definition at line 47 of file base-qr.cc.
References base_qr< qr_type >::q, qr_type_economy, qr_type_std, and base_qr< qr_type >::r.
qr_type base_qr< qr_type >::Q | ( | void | ) | const [inline] |
Definition at line 63 of file base-qr.h.
Referenced by DEFUN_DLD().
qr_type base_qr< qr_type >::R | ( | void | ) | const [inline] |
Definition at line 65 of file base-qr.h.
Referenced by DEFUN_DLD(), and get_qr_r().
Definition at line 63 of file base-qr.cc.
References min(), and base_qr< qr_type >::r.
Referenced by get_qr_r().
Definition at line 73 of file base-qr.h.
Referenced by base_qr< qr_type >::base_qr(), base_qr< qr_type >::get_type(), and base_qr< Matrix >::operator=().
Definition at line 74 of file base-qr.h.
Referenced by base_qr< qr_type >::base_qr(), base_qr< qr_type >::get_type(), base_qr< Matrix >::operator=(), and base_qr< qr_type >::regular().