![]() |
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 ComplexQRP, including all inherited members.
| base_qr(void) | base_qr< ComplexMatrix > | inline |
| base_qr(const ComplexMatrix &q, const ComplexMatrix &r) | base_qr< ComplexMatrix > | |
| base_qr(const base_qr &a) | base_qr< ComplexMatrix > | inline |
| ComplexQR(void) | ComplexQR | inline |
| ComplexQR(const ComplexMatrix &, qr_type_t=qr_type_std) | ComplexQR | |
| ComplexQR(const ComplexMatrix &qx, const ComplexMatrix &rx) | ComplexQR | inline |
| ComplexQR(const ComplexQR &a) | ComplexQR | inline |
| ComplexQRP(void) | ComplexQRP | inline |
| ComplexQRP(const ComplexMatrix &, qr_type_t=qr_type_std) | ComplexQRP | |
| ComplexQRP(const ComplexQRP &a) | ComplexQRP | inline |
| delete_col(octave_idx_type j) | ComplexQR | |
| delete_col(const Array< octave_idx_type > &j) | ComplexQR | |
| delete_row(octave_idx_type j) | ComplexQR | |
| form(octave_idx_type n, ComplexMatrix &afact, Complex *tau, qr_type_t qr_type) | ComplexQR | protected |
| get_type(void) const | base_qr< ComplexMatrix > | |
| init(const ComplexMatrix &, qr_type_t=qr_type_std) | ComplexQRP | |
| insert_col(const ComplexColumnVector &u, octave_idx_type j) | ComplexQR | |
| insert_col(const ComplexMatrix &u, const Array< octave_idx_type > &j) | ComplexQR | |
| insert_row(const ComplexRowVector &u, octave_idx_type j) | ComplexQR | |
| operator<<(std::ostream &, const ComplexQRP &) | ComplexQRP | friend |
| operator=(const ComplexQRP &a) | ComplexQRP | inline |
| ComplexQR::operator=(const base_qr &a) | base_qr< ComplexMatrix > | inline |
| P(void) const | ComplexQRP | inline |
| p | ComplexQRP | private |
| Pvec(void) const | ComplexQRP | |
| q | base_qr< ComplexMatrix > | protected |
| Q(void) const | base_qr< ComplexMatrix > | inline |
| qr_elt_type typedef | base_qr< ComplexMatrix > | |
| r | base_qr< ComplexMatrix > | protected |
| R(void) const | base_qr< ComplexMatrix > | inline |
| regular(void) const | base_qr< ComplexMatrix > | |
| shift_cols(octave_idx_type i, octave_idx_type j) | ComplexQR | |
| update(const ComplexColumnVector &u, const ComplexColumnVector &v) | ComplexQR | |
| update(const ComplexMatrix &u, const ComplexMatrix &v) | ComplexQR | |
| ~base_qr(void) | base_qr< ComplexMatrix > | inlinevirtual |
| ~ComplexQRP(void) | ComplexQRP | inline |
1.8.1.2