#include <Epetra_OskiVector.h>
Inheritance diagram for Epetra_OskiVector:


Public Member Functions | |
Constructors/Destructor | |
| Epetra_OskiVector (const Epetra_OskiVector &Source) | |
| Copy constructor. | |
| Epetra_OskiVector (const Epetra_Vector &Source) | |
| Constructor creates and Epetra_OskiVector from an Epetra_Vector. | |
| virtual | ~Epetra_OskiVector () |
| Destructor. | |
Extraction Method | |
| const Epetra_Vector * | Epetra_View () const |
| Returns a view to the Epetra Object. | |
Operators | |
| Epetra_OskiVector & | operator= (const Epetra_OskiVector &Source) |
| Sets this equal to Source. | |
The Epetra_OskiVector class enables the construction and use of real-valued, double-precision dense vectors in a serial environment. The dimensions of the dense vectors comes from the inherited Epetra_Vector object. All values and data layouts are kept the same and the vector is wrapped for use with OSKI.
| Epetra_OskiVector::Epetra_OskiVector | ( | const Epetra_Vector & | Source | ) |
Constructor creates and Epetra_OskiVector from an Epetra_Vector.
| Source | (In) An Epetra_Vector that is to be wrapped as an Epetra_OskiVector. |
1.4.7