![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
This is the complete list of members for QR, including all inherited members.
| 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(void) const | base_qr< Matrix > | inline |
| q | base_qr< Matrix > | protected |
| QR(void) | QR | inline |
| QR(const Matrix &, qr_type_t=qr_type_std) | QR | |
| QR(const Matrix &qx, const Matrix &rx) | QR | inline |
| QR(const QR &a) | QR | inline |
| qr_elt_type typedef | base_qr< Matrix > | |
| r | base_qr< Matrix > | protected |
| R(void) const | base_qr< Matrix > | inline |
| 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 | |
| ~base_qr(void) | base_qr< Matrix > | inlinevirtual |
1.8.1.2