ROL
|
This is the complete list of members for InnerProductMatrix< Real >, including all inherited members.
apply(ROL::Ptr< const std::vector< Real > > xp, ROL::Ptr< std::vector< Real > > bp) | InnerProductMatrix< Real > | |
applyadd(ROL::Ptr< const std::vector< Real > > xp, ROL::Ptr< std::vector< Real > > bp) | InnerProductMatrix< Real > | |
applyaddtimes(ROL::Ptr< const std::vector< Real > > xp, ROL::Ptr< std::vector< Real > > bp, Real factor) | InnerProductMatrix< Real > | |
inner(ROL::Ptr< const std::vector< Real > > up, ROL::Ptr< const std::vector< Real > > vp) | InnerProductMatrix< Real > | |
InnerProductMatrix(const std::vector< Real > &U, const std::vector< Real > &V, const std::vector< Real > &w, const int a=1) | InnerProductMatrix< Real > | |
InnerProductMatrix(const std::vector< Real > &U, const std::vector< Real > &V, const std::vector< Real > &w, const std::vector< Real > &a) | InnerProductMatrix< Real > | |
InnerProductMatrix(InnerProductMatrix< Real > *ipm) | InnerProductMatrix< Real > | |
inv_inner(ROL::Ptr< const std::vector< Real > > up, ROL::Ptr< const std::vector< Real > > vp) | InnerProductMatrix< Real > | inlinevirtual |
M_ | InnerProductMatrix< Real > | protected |
ni_ | InnerProductMatrix< Real > | protected |
nq_ | InnerProductMatrix< Real > | protected |
solve(ROL::Ptr< const std::vector< Real > > bp, ROL::Ptr< std::vector< Real > > xp) | InnerProductMatrix< Real > | inlinevirtual |
U_ | InnerProductMatrix< Real > | protected |
update(const std::vector< Real > &a) | InnerProductMatrix< Real > | |
V_ | InnerProductMatrix< Real > | protected |
w_ | InnerProductMatrix< Real > | protected |
~InnerProductMatrix() | InnerProductMatrix< Real > | virtual |