ROL
ROL_ProfiledVector.hpp File Reference
#include "ROL_Vector.hpp"
#include <ostream>

Go to the source code of this file.

Classes

struct  ROL::VectorFunctionCalls< Ordinal >
class  ROL::ProfiledVector< Ordinal, Real >
 By keeping a pointer to this in a derived Vector class, a tally of all methods is kept for profiling function calls. More...

Namespaces

namespace  ROL

Functions

template<class Ordinal, class Real>
VectorFunctionCalls< Ordinal > ROL::getVectorFunctionCalls (const ProfiledVector< Ordinal, Real > &x)
template<class Ordinal, class Real>
void ROL::printVectorFunctionCalls (const ProfiledVector< Ordinal, Real > &x, std::ostream &outStream=std::cout)