![]() |
Reference documentation for deal.II version 9.5.0
|
This is the complete list of members for ImplicitQR< VectorType >, including all inherited members.
| append_column(const VectorType &column) | ImplicitQR< VectorType > | virtual |
| apply_givens_rotation(const unsigned int i, const unsigned int k) | ImplicitQR< VectorType > | private |
| BaseQR() | BaseQR< VectorType > | protected |
| column_signal | ImplicitQR< VectorType > | private |
| columns | BaseQR< VectorType > | protected |
| connect_append_column_slot(const std::function< bool(const Vector< Number > &u, const Number &rho2, const Number &col_norm_sqr)> &slot) | ImplicitQR< VectorType > | |
| connect_givens_slot(const std::function< void(const unsigned int i, const unsigned int j, const std::array< Number, 3 > &csr)> &slot) | BaseQR< VectorType > | |
| current_size | BaseQR< VectorType > | protected |
| get_R() const | BaseQR< VectorType > | |
| givens_signal | BaseQR< VectorType > | protected |
| ImplicitQR() | ImplicitQR< VectorType > | |
| multiply_with_A(VectorType &y, const Vector< Number > &x) const | ImplicitQR< VectorType > | virtual |
| multiply_with_AT(Vector< Number > &y, const VectorType &x) const | ImplicitQR< VectorType > | virtual |
| multiply_with_cols(VectorType &y, const Vector< Number > &x) const | BaseQR< VectorType > | protected |
| multiply_with_colsT(Vector< Number > &y, const VectorType &x) const | BaseQR< VectorType > | protected |
| multiply_with_Q(VectorType &y, const Vector< Number > &x) const | ImplicitQR< VectorType > | virtual |
| multiply_with_QT(Vector< Number > &y, const VectorType &x) const | ImplicitQR< VectorType > | virtual |
| Number typedef | ImplicitQR< VectorType > | |
| R | BaseQR< VectorType > | protected |
| remove_column(const unsigned int k=0) | ImplicitQR< VectorType > | virtual |
| size() const | BaseQR< VectorType > | |
| solve(Vector< Number > &x, const Vector< Number > &y, const bool transpose=false) const | BaseQR< VectorType > | |
| ~BaseQR()=default | BaseQR< VectorType > | virtual |
| ~ImplicitQR()=default | ImplicitQR< VectorType > | virtual |