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

Public Member Functions

Real dot (const Vector< Real > &x, const Vector< Real > &y)
 
void status (std::ostream &os) const
 

Private Attributes

VectorWorkspace< Real > workspace_
 

Detailed Description

template<typename Real>
class details::PolarizationIdentity< Real >

Definition at line 65 of file vector/test_10.cpp.

Member Function Documentation

template<typename Real>
Real details::PolarizationIdentity< Real >::dot ( const Vector< Real > &  x,
const Vector< Real > &  y 
)
inline

Definition at line 72 of file vector/test_10.cpp.

References workspace_.

Referenced by main().

template<typename Real>
void details::PolarizationIdentity< Real >::status ( std::ostream &  os) const
inline

Definition at line 82 of file vector/test_10.cpp.

References workspace_.

Referenced by main().

Member Data Documentation

template<typename Real>
VectorWorkspace<Real> details::PolarizationIdentity< Real >::workspace_
mutableprivate

Definition at line 68 of file vector/test_10.cpp.


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