GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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 |
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 qr_type_economy, qr_type_raw, and qr_type_std.
Definition at line 63 of file base-qr.h.
Referenced by DEFUN_DLD(), and Fqz().
Definition at line 65 of file base-qr.h.
Referenced by DEFUN_DLD(), Fqz(), and get_qr_r().
|
protected |
Definition at line 73 of file base-qr.h.
Referenced by base_qr< qr_type >::base_qr(), and base_qr< Matrix >::operator=().
|
protected |
Definition at line 74 of file base-qr.h.
Referenced by base_qr< qr_type >::base_qr(), and base_qr< Matrix >::operator=().