Reference documentation for deal.II version 9.6.0
|
This is the complete list of members for BaseQR< VectorType >, including all inherited members.
append_column(const VectorType &column)=0 | BaseQR< VectorType > | pure virtual |
BaseQR() | BaseQR< VectorType > | protected |
columns | BaseQR< VectorType > | protected |
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 |
multiply_with_A(VectorType &y, const Vector< Number > &x) const =0 | BaseQR< VectorType > | pure virtual |
multiply_with_AT(Vector< Number > &y, const VectorType &x) const =0 | BaseQR< VectorType > | pure 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 =0 | BaseQR< VectorType > | pure virtual |
multiply_with_QT(Vector< Number > &y, const VectorType &x) const =0 | BaseQR< VectorType > | pure virtual |
Number typedef | BaseQR< VectorType > | private |
R | BaseQR< VectorType > | protected |
remove_column(const unsigned int k=0)=0 | BaseQR< VectorType > | pure 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 |