ROL
Classes | Namespaces | Functions
ROL_PartitionedVector.hpp File Reference
#include "ROL_Vector.hpp"

Go to the source code of this file.

Classes

class  ROL::PartitionedVector< Real >
 Defines the linear algebra of vector space on a generic partitioned vector. More...
 

Namespaces

 ROL
 

Functions

template<class Real >
Teuchos::RCP< Vector< Real > > ROL::CreatePartitionedVector (const Teuchos::RCP< Vector< Real > > &a)
 
template<class Real >
Teuchos::RCP< const Vector< Real > > ROL::CreatePartitionedVector (const Teuchos::RCP< const Vector< Real > > &a)
 
template<class Real >
Teuchos::RCP< Vector< Real > > ROL::CreatePartitionedVector (const Teuchos::RCP< Vector< Real > > &a, const Teuchos::RCP< Vector< Real > > &b)
 
template<class Real >
Teuchos::RCP< const Vector< Real > > ROL::CreatePartitionedVector (const Teuchos::RCP< const Vector< Real > > &a, const Teuchos::RCP< const Vector< Real > > &b)
 
template<class Real >
Teuchos::RCP< Vector< Real > > ROL::CreatePartitionedVector (const Teuchos::RCP< Vector< Real > > &a, const Teuchos::RCP< Vector< Real > > &b, const Teuchos::RCP< Vector< Real > > &c)
 
template<class Real >
Teuchos::RCP< const Vector< Real > > ROL::CreatePartitionedVector (const Teuchos::RCP< const Vector< Real > > &a, const Teuchos::RCP< const Vector< Real > > &b, const Teuchos::RCP< const Vector< Real > > &c)
 
template<class Real >
Teuchos::RCP< Vector< Real > > ROL::CreatePartitionedVector (const Teuchos::RCP< Vector< Real > > &a, const Teuchos::RCP< Vector< Real > > &b, const Teuchos::RCP< Vector< Real > > &c, const Teuchos::RCP< Vector< Real > > &d)
 
template<class Real >
Teuchos::RCP< const Vector< Real > > ROL::CreatePartitionedVector (const Teuchos::RCP< const Vector< Real > > &a, const Teuchos::RCP< const Vector< Real > > &b, const Teuchos::RCP< const Vector< Real > > &c, const Teuchos::RCP< const Vector< Real > > &d)