ROL
|
This is the complete list of members for InnerProductMatrixSolver< 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 > | |
info_ | InnerProductMatrixSolver< Real > | private |
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 > | |
InnerProductMatrixSolver(ROL::Ptr< Teuchos::LAPACK< int, Real > > lapack, const std::vector< Real > &U=std::vector< Real >(), const std::vector< Real > &V=std::vector< Real >(), const std::vector< Real > &w=std::vector< Real >(), const int a=1) | InnerProductMatrixSolver< Real > | |
InnerProductMatrixSolver(ROL::Ptr< Teuchos::LAPACK< int, Real > > lapack, const std::vector< Real > &U=std::vector< Real >(), const std::vector< Real > &V=std::vector< Real >(), const std::vector< Real > &w=std::vector< Real >(), const std::vector< Real > &a=std::vector< Real >()) | InnerProductMatrixSolver< Real > | |
inv_inner(ROL::Ptr< const std::vector< Real > > up, ROL::Ptr< const std::vector< Real > > vp) | InnerProductMatrixSolver< Real > | virtual |
ipiv_ | InnerProductMatrixSolver< Real > | private |
lapack_ | InnerProductMatrixSolver< Real > | private |
M_ | InnerProductMatrixSolver< Real > | private |
ni_ | InnerProductMatrixSolver< Real > | private |
nq_ | InnerProductMatrixSolver< Real > | private |
nrhs_ | InnerProductMatrixSolver< Real > | private |
PLU_ | InnerProductMatrixSolver< Real > | private |
solve(ROL::Ptr< const std::vector< Real > > bp, ROL::Ptr< std::vector< Real > > xp) | InnerProductMatrixSolver< Real > | virtual |
TRANS_ | InnerProductMatrixSolver< Real > | private |
U_ | InnerProductMatrix< Real > | protected |
update(const std::vector< Real > &a) | InnerProductMatrix< Real > | |
V_ | InnerProductMatrix< Real > | protected |
w_ | InnerProductMatrix< Real > | protected |
~InnerProductMatrix() | InnerProductMatrix< Real > | virtual |