QR Member List
This is the complete list of members for
QR, including all inherited members.
__pad0__ | QR | |
base_qr(void) | base_qr< Matrix > | [inline] |
base_qr(const Matrix &q, const Matrix &r) | base_qr< Matrix > | |
base_qr(const base_qr &a) | base_qr< Matrix > | [inline] |
delete_col(octave_idx_type j) | QR | |
delete_col(const Array< octave_idx_type > &j) | QR | |
delete_row(octave_idx_type j) | QR | |
economy | QR | [static] |
form(octave_idx_type n, Matrix &afact, double *tau, qr_type_t qr_type) | QR | [protected] |
get_type(void) const | base_qr< Matrix > | |
init(const Matrix &, qr_type_t) | QR | |
insert_col(const ColumnVector &u, octave_idx_type j) | QR | |
insert_col(const Matrix &u, const Array< octave_idx_type > &j) | QR | |
insert_row(const RowVector &u, octave_idx_type j) | QR | |
operator=(const base_qr &a) | base_qr< Matrix > | [inline] |
q | base_qr< Matrix > | [protected] |
Q(void) const | base_qr< Matrix > | [inline] |
QR(void) | QR | [inline] |
QR(const Matrix &, qr_type_t=qr_type_std) | QR | |
QR(const QR &a) | QR | [inline] |
qr_elt_type typedef | base_qr< Matrix > | |
R(void) const | base_qr< Matrix > | [inline] |
r | base_qr< Matrix > | [protected] |
raw | QR | [static] |
regular(void) const | base_qr< Matrix > | |
shift_cols(octave_idx_type i, octave_idx_type j) | QR | |
std | QR | [static] |
type typedef | QR | |
update(const ColumnVector &u, const ColumnVector &v) | QR | |
update(const Matrix &u, const Matrix &v) | QR | |