Reference documentation for deal.II version 9.1.1
|
This is the complete list of members for QR< VectorType >, including all inherited members.
append_column(const VectorType &column) | QR< VectorType > | virtual |
apply_givens_rotation(const unsigned int i, const unsigned int k) | QR< VectorType > | private |
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 | QR< VectorType > | virtual |
multiply_with_AT(Vector< Number > &y, const VectorType &x) const | QR< 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 | QR< VectorType > | virtual |
multiply_with_QT(Vector< Number > &y, const VectorType &x) const | QR< VectorType > | virtual |
Number typedef | QR< VectorType > | |
QR() | QR< VectorType > | |
R | BaseQR< VectorType > | protected |
remove_column(const unsigned int k=0) | QR< VectorType > | virtual |
size() const | BaseQR< VectorType > | |
solve(Vector< Number > &x, const Vector< Number > &y, const bool transpose=false) const | BaseQR< VectorType > | |
tmp | QR< VectorType > | private |
~BaseQR()=default | BaseQR< VectorType > | virtual |
~QR()=default | QR< VectorType > | virtual |