Go to the source code of this file.
|
| template<class Real > |
| Teuchos::RCP< Vector< Real > > | ROL::CreatePartitionedVector (Teuchos::RCP< Vector< Real > > &a) |
| |
| template<class Real > |
| Teuchos::RCP< const Vector< Real > > | ROL::CreatePartitionedVector (Teuchos::RCP< const Vector< Real > > &a) |
| |
| template<class Real > |
| Teuchos::RCP< Vector< Real > > | ROL::CreatePartitionedVector (Teuchos::RCP< Vector< Real > > &a, Teuchos::RCP< Vector< Real > > &b) |
| |
| template<class Real > |
| Teuchos::RCP< const Vector< Real > > | ROL::CreatePartitionedVector (Teuchos::RCP< const Vector< Real > > &a, Teuchos::RCP< const Vector< Real > > &b) |
| |