ROL
Public Member Functions | Private Attributes | List of all members
ROL::details::VectorClone< Real > Class Template Reference

#include <ROL_VectorClone.hpp>

Public Member Functions

 VectorClone ()
 
Ptr< Vector< Real > > operator() (const Vector< Real > &x)
 
Ptr< Vector< Real > > operator() (const Ptr< const Vector< Real >> &x)
 

Private Attributes

Ptr< Vector< Real > > vec_
 
bool is_allocated_
 

Detailed Description

template<typename Real>
class ROL::details::VectorClone< Real >

Definition at line 34 of file ROL_VectorClone.hpp.

Constructor & Destructor Documentation

template<typename Real >
ROL::details::VectorClone< Real >::VectorClone ( )
inline

Definition at line 42 of file ROL_VectorClone.hpp.

Member Function Documentation

template<typename Real >
Ptr<Vector<Real> > ROL::details::VectorClone< Real >::operator() ( const Vector< Real > &  x)
inline
template<typename Real >
Ptr<Vector<Real> > ROL::details::VectorClone< Real >::operator() ( const Ptr< const Vector< Real >> &  x)
inline

Member Data Documentation

template<typename Real >
Ptr<Vector<Real> > ROL::details::VectorClone< Real >::vec_
private

Definition at line 37 of file ROL_VectorClone.hpp.

Referenced by ROL::details::VectorClone< Real >::operator()().

template<typename Real >
bool ROL::details::VectorClone< Real >::is_allocated_
private

Definition at line 38 of file ROL_VectorClone.hpp.

Referenced by ROL::details::VectorClone< Real >::operator()().


The documentation for this class was generated from the following file: