EpetraExt  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
GenSQP::YUEpetraVector Class Reference

The GenSQP::Vector / (y,u) Epetra_MultiVector adapter class. More...

#include <GenSQP_YUEpetraVector.hpp>

Inheritance diagram for GenSQP::YUEpetraVector:
Inheritance graph
[legend]

Public Member Functions

 YUEpetraVector (const Teuchos::RCP< Epetra_MultiVector > &y_epetra_vec, const Teuchos::RCP< Epetra_MultiVector > &u_epetra_vec)
 
Teuchos::RCP< const
Epetra_MultiVector
getYVector () const
 Returns a reference counted pointer to the private y_epetra_vec data container ("state variables"). More...
 
Teuchos::RCP< const
Epetra_MultiVector
getUVector () const
 Returns a reference counted pointer to the private u_epetra_vec data container ("control variables"). More...
 
- Public Member Functions inherited from GenSQP::Vector
virtual ~Vector ()
 

Overridden from Vector

double innerProd (const Vector &x) const
 Returns inner(*this,x). More...
 
void linComb (const double &alpha, const Vector &x, const double &beta)
 y = alpha*x + beta*y where y == *this. More...
 
void Scale (const double &alpha)
 y = alpha*y where y == *this. More...
 
void Set (const double &alpha)
 y = alpha where y == *this. More...
 
void Set (const double &alpha, const Vector &x)
 y = alpha*x where y == *this. More...
 
Teuchos::RCP< VectorcreateVector () const
 Clone to make a new (uninitialized) vector. More...
 

Detailed Description

The GenSQP::Vector / (y,u) Epetra_MultiVector adapter class.

Holds a pointer to two Epetra_MultiVectors y_epetra_vec and u_epetra_vec and implements the member functions of the GenSQP::Vector class. Common use: optimal control. The vector y_epetra_vec represents the state variables, the vector u_epetra_vec represents the control variables.

Definition at line 63 of file GenSQP_YUEpetraVector.hpp.

Constructor & Destructor Documentation

GenSQP::YUEpetraVector::YUEpetraVector ( const Teuchos::RCP< Epetra_MultiVector > &  y_epetra_vec,
const Teuchos::RCP< Epetra_MultiVector > &  u_epetra_vec 
)

Definition at line 48 of file GenSQP_YUEpetraVector.cpp.

Member Function Documentation

double GenSQP::YUEpetraVector::innerProd ( const Vector x) const
virtual

Returns inner(*this,x).

Implements GenSQP::Vector.

Definition at line 55 of file GenSQP_YUEpetraVector.cpp.

void GenSQP::YUEpetraVector::linComb ( const double &  alpha,
const Vector x,
const double &  beta 
)
virtual

y = alpha*x + beta*y where y == *this.

Implements GenSQP::Vector.

Definition at line 68 of file GenSQP_YUEpetraVector.cpp.

void GenSQP::YUEpetraVector::Scale ( const double &  alpha)
virtual

y = alpha*y where y == *this.

Implements GenSQP::Vector.

Definition at line 76 of file GenSQP_YUEpetraVector.cpp.

void GenSQP::YUEpetraVector::Set ( const double &  alpha)
virtual

y = alpha where y == *this.

Implements GenSQP::Vector.

Definition at line 83 of file GenSQP_YUEpetraVector.cpp.

void GenSQP::YUEpetraVector::Set ( const double &  alpha,
const Vector x 
)
virtual

y = alpha*x where y == *this.

Implements GenSQP::Vector.

Definition at line 90 of file GenSQP_YUEpetraVector.cpp.

Teuchos::RCP< Vector > GenSQP::YUEpetraVector::createVector ( ) const
virtual

Clone to make a new (uninitialized) vector.

Implements GenSQP::Vector.

Definition at line 98 of file GenSQP_YUEpetraVector.cpp.

Teuchos::RCP< const Epetra_MultiVector > GenSQP::YUEpetraVector::getYVector ( ) const

Returns a reference counted pointer to the private y_epetra_vec data container ("state variables").

Definition at line 109 of file GenSQP_YUEpetraVector.cpp.

Teuchos::RCP< const Epetra_MultiVector > GenSQP::YUEpetraVector::getUVector ( ) const

Returns a reference counted pointer to the private u_epetra_vec data container ("control variables").

Definition at line 114 of file GenSQP_YUEpetraVector.cpp.


The documentation for this class was generated from the following files: