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 70 of file ROL_VectorClone.hpp.

Constructor & Destructor Documentation

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

Definition at line 78 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

Definition at line 94 of file ROL_VectorClone.hpp.

Member Data Documentation

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

Definition at line 73 of file ROL_VectorClone.hpp.

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

Definition at line 74 of file ROL_VectorClone.hpp.


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