Go to the source code of this file.
|
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) |
|