Reference documentation for deal.II version GIT relicensing-439-g5fda5c893d 2024-04-20 06:50: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
BaseQR< VectorType > Member List

This is the complete list of members for BaseQR< VectorType >, including all inherited members.

append_column(const VectorType &column)=0BaseQR< VectorType >pure virtual
BaseQR()BaseQR< VectorType >protected
columnsBaseQR< 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_sizeBaseQR< VectorType >protected
get_R() constBaseQR< VectorType >
givens_signalBaseQR< VectorType >protected
multiply_with_A(VectorType &y, const Vector< Number > &x) const =0BaseQR< VectorType >pure virtual
multiply_with_AT(Vector< Number > &y, const VectorType &x) const =0BaseQR< VectorType >pure 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) const =0BaseQR< VectorType >pure virtual
multiply_with_QT(Vector< Number > &y, const VectorType &x) const =0BaseQR< VectorType >pure virtual
Number typedefBaseQR< VectorType >private
RBaseQR< VectorType >protected
remove_column(const unsigned int k=0)=0BaseQR< VectorType >pure virtual
size() constBaseQR< VectorType >
solve(Vector< Number > &x, const Vector< Number > &y, const bool transpose=false) constBaseQR< VectorType >
~BaseQR()=defaultBaseQR< VectorType >virtual