| ROL
    | 
#include "ROL_BlockOperator2.hpp"Go to the source code of this file.
| Classes | |
| class | ROL::BlockOperator2UnitLower< Real > | 
| Provides the interface to apply a 2x2 block unit lower 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::BlockOperator2UnitLower LinearOperator | ROL::apply (V &Hv, const V &v, Real &tol) const | 
| BlockOperator2UnitLower (ROL::Ptr< OP > &C) | |
| 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< OP > | C_ | 
| typedef Vector<Real> V | 
Definition at line 109 of file ROL_BlockOperator2UnitLower.hpp.
| typedef PartitionedVector<Real> PV | 
Definition at line 110 of file ROL_BlockOperator2UnitLower.hpp.
| typedef LinearOperator<Real> OP | 
Definition at line 111 of file ROL_BlockOperator2UnitLower.hpp.
| apply::BlockOperator2UnitLower | ( | ROL::Ptr< OP > & | C | ) | 
Definition at line 120 of file ROL_BlockOperator2UnitLower.hpp.
| ROL::Ptr<OP> C_ | 
Definition at line 115 of file ROL_BlockOperator2UnitLower.hpp.
Referenced by ROL::apply(), ROL::SchurComplement::getS11(), and ROL::SchurComplement::SchurComplement().
 1.8.5
 1.8.5