ROL
InnerProductMatrix< Real > Member List

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