ROL
Classes | Namespaces | Typedefs | Functions | Variables
ROL_BlockOperator2UnitUpper.hpp File Reference
#include "ROL_BlockOperator2.hpp"

Go to the source code of this file.

Classes

class  ROL::BlockOperator2UnitUpper< Real >
 Provides the interface to apply a 2x2 block unit upper operator to a partitioned vector. More...
 

Namespaces

 ROL
 

Typedefs

typedef Vector< Real > V
 
typedef PartitionedVector< Real > PV
 
typedef LinearOperator< Real > OP
 

Functions

template<class Real >
ROL::BlockOperator2UnitUpper LinearOperator ROL::apply (V &Hv, const V &v, Real &tol) const
 
 BlockOperator2UnitUpper (ROL::Ptr< OP > &B)
 
void ROL::applyInverse (V &Hv, const V &v Real &tol) const
 
ROL::Ptr< LinearOperator< Real > > ROL::getOperator (int row, int col) const
 

Variables

ROL::Ptr< OPB_
 

Typedef Documentation

◆ V

typedef Vector<Real> V

Definition at line 122 of file ROL_BlockOperator2UnitUpper.hpp.

◆ PV

typedef PartitionedVector<Real> PV

Definition at line 123 of file ROL_BlockOperator2UnitUpper.hpp.

◆ OP

typedef LinearOperator<Real> OP

Definition at line 124 of file ROL_BlockOperator2UnitUpper.hpp.

Function Documentation

◆ BlockOperator2UnitUpper()

apply::BlockOperator2UnitUpper ( ROL::Ptr< OP > &  B)

Definition at line 133 of file ROL_BlockOperator2UnitUpper.hpp.

Variable Documentation

◆ B_

ROL::Ptr<OP> B_
private