ROL
Loading...
Searching...
No Matches
ROL_HelperFunctions.hpp File Reference

Contains definitions for helper functions in ROL. More...

#include "ROL_Vector.hpp"
#include "ROL_Objective.hpp"
#include "ROL_BoundConstraint.hpp"
#include "ROL_Secant.hpp"
#include "ROL_LinearAlgebra.hpp"
#include "ROL_LAPACK.hpp"

Go to the source code of this file.

Classes

class  ROL::ProjectedObjective< Real >

Namespaces

namespace  ROL

Functions

template<class Real>
ROL::LA::Matrix< Real > ROL::computeDenseHessian (Objective< Real > &obj, const Vector< Real > &x)
template<class Real>
ROL::LA::Matrix< Real > ROL::computeScaledDenseHessian (Objective< Real > &obj, const Vector< Real > &x)
template<class Real>
ROL::LA::Matrix< Real > ROL::computeDotMatrix (const Vector< Real > &x)
template<class Real>
std::vector< std::vector< Real > > ROL::computeEigenvalues (const ROL::LA::Matrix< Real > &mat)
template<class Real>
std::vector< std::vector< Real > > ROL::computeGenEigenvalues (const ROL::LA::Matrix< Real > &A, const ROL::LA::Matrix< Real > &B)
template<class Real>
ROL::LA::Matrix< Real > ROL::computeInverse (const ROL::LA::Matrix< Real > &mat)

Detailed Description

Contains definitions for helper functions in ROL.

Author
Created by D. Ridzal and D. Kouri.

Definition in file ROL_HelperFunctions.hpp.