Reference documentation for deal.II version 9.1.0-pre
Rol::VectorAdaptor< VectorType > Member List

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

applyBinary(const ROL::Elementwise::BinaryFunction< value_type > &f, const ROL::Vector< value_type > &rol_vector)Rol::VectorAdaptor< VectorType >
applyUnary(const ROL::Elementwise::UnaryFunction< value_type > &f)Rol::VectorAdaptor< VectorType >
axpy(const value_type alpha, const ROL::Vector< value_type > &rol_vector)Rol::VectorAdaptor< VectorType >
basis(const int i) const Rol::VectorAdaptor< VectorType >
clone() const Rol::VectorAdaptor< VectorType >
dimension() const Rol::VectorAdaptor< VectorType >
dot(const ROL::Vector< value_type > &rol_vector) const Rol::VectorAdaptor< VectorType >
getVector()Rol::VectorAdaptor< VectorType >
getVector() const Rol::VectorAdaptor< VectorType >
norm() const Rol::VectorAdaptor< VectorType >
plus(const ROL::Vector< value_type > &rol_vector)Rol::VectorAdaptor< VectorType >
print(std::ostream &outStream) const Rol::VectorAdaptor< VectorType >
real_type typedefRol::VectorAdaptor< VectorType >private
reduce(const ROL::Elementwise::ReductionOp< value_type > &r) const Rol::VectorAdaptor< VectorType >
scale(const value_type alpha)Rol::VectorAdaptor< VectorType >
set(const ROL::Vector< value_type > &rol_vector)Rol::VectorAdaptor< VectorType >
size_type typedefRol::VectorAdaptor< VectorType >private
value_type typedefRol::VectorAdaptor< VectorType >private
vector_ptrRol::VectorAdaptor< VectorType >private
VectorAdaptor(const Teuchos::RCP< VectorType > &vector_ptr)Rol::VectorAdaptor< VectorType >