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 typedef | Rol::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 typedef | Rol::VectorAdaptor< VectorType > | private |
value_type typedef | Rol::VectorAdaptor< VectorType > | private |
vector_ptr | Rol::VectorAdaptor< VectorType > | private |
VectorAdaptor(const Teuchos::RCP< VectorType > &vector_ptr) | Rol::VectorAdaptor< VectorType > | |