Reference documentation for deal.II version GIT relicensing-437-g81ec864850 2024-04-19 07:30:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
ImplicitQR< VectorType > Member List

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_signalImplicitQR< VectorType >private
columnsBaseQR< 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_sizeBaseQR< VectorType >protected
get_R() constBaseQR< VectorType >
givens_signalBaseQR< VectorType >protected
ImplicitQR()ImplicitQR< VectorType >
multiply_with_A(VectorType &y, const Vector< Number > &x) constImplicitQR< VectorType >virtual
multiply_with_AT(Vector< Number > &y, const VectorType &x) constImplicitQR< VectorType >virtual
multiply_with_cols(VectorType &y, const Vector< Number > &x) constBaseQR< VectorType >protected
multiply_with_colsT(Vector< Number > &y, const VectorType &x) constBaseQR< VectorType >protected
multiply_with_Q(VectorType &y, const Vector< Number > &x) constImplicitQR< VectorType >virtual
multiply_with_QT(Vector< Number > &y, const VectorType &x) constImplicitQR< VectorType >virtual
Number typedefImplicitQR< VectorType >
RBaseQR< VectorType >protected
remove_column(const unsigned int k=0)ImplicitQR< VectorType >virtual
size() constBaseQR< VectorType >
solve(Vector< Number > &x, const Vector< Number > &y, const bool transpose=false) constBaseQR< VectorType >
~BaseQR()=defaultBaseQR< VectorType >virtual
~ImplicitQR()=defaultImplicitQR< VectorType >virtual