Epetra Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Epetra_LongLongSerialDenseVector Class Reference

Epetra_LongLongSerialDenseVector: A class for constructing and using dense vectors. More...

#include <Epetra_LongLongSerialDenseVector.h>

Inheritance diagram for Epetra_LongLongSerialDenseVector:
Inheritance graph
[legend]

Public Member Functions

 Epetra_LongLongSerialDenseVector ()
 Default constructor; defines a zero size object. More...
 
 Epetra_LongLongSerialDenseVector (int Length_in)
 Sized constructor; defines a variable-sized object. More...
 
 Epetra_LongLongSerialDenseVector (Epetra_DataAccess CV_in, long long *Values_in, int Length_in)
 Set object values from one-dimensional array. More...
 
 Epetra_LongLongSerialDenseVector (const Epetra_LongLongSerialDenseVector &Source)
 Epetra_LongLongSerialDenseVector copy constructor. More...
 
int Size (int Length_in)
 Set length of a Epetra_LongLongSerialDenseVector object; init values to zero. More...
 
int Resize (int Length_in)
 Resize a Epetra_LongLongSerialDenseVector object. More...
 
virtual ~Epetra_LongLongSerialDenseVector ()
 Epetra_LongLongSerialDenseVector destructor. More...
 
long long & operator() (int Index)
 Element access function. More...
 
const long long & operator() (int Index) const
 Element access function. More...
 
long long & operator[] (int Index)
 Element access function. More...
 
const long long & operator[] (int Index) const
 Element access function. More...
 
int Random ()
 Set vector values to random numbers. More...
 
int Length () const
 Returns length of vector. More...
 
long long * Values ()
 Returns pointer to the values in vector. More...
 
const long long * Values () const
 Returns const pointer to the values in vector. More...
 
Epetra_DataAccess CV () const
 Returns the data access mode of the this vector. More...
 
Epetra_LongLongSerialDenseVectoroperator= (const Epetra_LongLongSerialDenseVector &Source)
 Copy from one vector to another. More...
 
- Public Member Functions inherited from Epetra_LongLongSerialDenseMatrix
 Epetra_LongLongSerialDenseMatrix ()
 Default constructor; defines a zero size object. More...
 
 Epetra_LongLongSerialDenseMatrix (int NumRows, int NumCols)
 Shaped constructor; defines a variable-sized object. More...
 
 Epetra_LongLongSerialDenseMatrix (Epetra_DataAccess CV, long long *A, int LDA, int NumRows, int NumCols)
 Set object values from two-dimensional array. More...
 
 Epetra_LongLongSerialDenseMatrix (const Epetra_LongLongSerialDenseMatrix &Source)
 Epetra_LongLongSerialDenseMatrix copy constructor. More...
 
virtual ~Epetra_LongLongSerialDenseMatrix ()
 Epetra_LongLongSerialDenseMatrix destructor. More...
 
int Shape (int NumRows, int NumCols)
 Set dimensions of a Epetra_LongLongSerialDenseMatrix object; init values to zero. More...
 
int Reshape (int NumRows, int NumCols)
 Reshape a Epetra_LongLongSerialDenseMatrix object. More...
 
virtual long long OneNorm ()
 Computes the 1-Norm of the this matrix. More...
 
virtual long long InfNorm ()
 Computes the Infinity-Norm of the this matrix. More...
 
Epetra_LongLongSerialDenseMatrixoperator= (const Epetra_LongLongSerialDenseMatrix &Source)
 Copy from one matrix to another. More...
 
bool operator== (const Epetra_LongLongSerialDenseMatrix &rhs) const
 Comparison operator. More...
 
bool operator!= (const Epetra_LongLongSerialDenseMatrix &rhs) const
 Inequality operator. More...
 
long long & operator() (int RowIndex, int ColIndex)
 Element access function. More...
 
const long long & operator() (int RowIndex, int ColIndex) const
 Element access function. More...
 
long long * operator[] (int ColIndex)
 Column access function. More...
 
const long long * operator[] (int ColIndex) const
 Column access function. More...
 
int Random ()
 Set matrix values to random numbers. More...
 
int M () const
 Returns row dimension of system. More...
 
int N () const
 Returns column dimension of system. More...
 
const long long * A () const
 Returns const pointer to the this matrix. More...
 
long long * A ()
 Returns pointer to the this matrix. More...
 
int LDA () const
 Returns the leading dimension of the this matrix. More...
 
Epetra_DataAccess CV () const
 Returns the data access mode of the this matrix. More...
 
int MakeViewOf (const Epetra_LongLongSerialDenseMatrix &Source)
 Reset an existing LongLongSerialDenseMatrix to point to another Matrix. More...
 
- Public Member Functions inherited from Epetra_Object
 Epetra_Object (int TracebackModeIn=-1, bool set_label=true)
 Epetra_Object Constructor. More...
 
 Epetra_Object (const char *const Label, int TracebackModeIn=-1)
 Epetra_Object Constructor. More...
 
 Epetra_Object (const Epetra_Object &Object)
 Epetra_Object Copy Constructor. More...
 
virtual ~Epetra_Object ()
 Epetra_Object Destructor. More...
 
virtual void SetLabel (const char *const Label)
 Epetra_Object Label definition using char *. More...
 
virtual const char * Label () const
 Epetra_Object Label access funtion. More...
 
virtual int ReportError (const std::string Message, int ErrorCode) const
 Error reporting method. More...
 

I/O methods

virtual void Print (std::ostream &os) const
 Print service methods; defines behavior of ostream << operator. More...
 

Expert-only unsupported methods

int MakeViewOf (const Epetra_LongLongSerialDenseVector &Source)
 Reset an existing LongLongSerialDenseVector to point to another Vector. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Epetra_Object
static void SetTracebackMode (int TracebackModeValue)
 Set the value of the Epetra_Object error traceback report mode. More...
 
static int GetTracebackMode ()
 Get the value of the Epetra_Object error report mode. More...
 
static std::ostream & GetTracebackStream ()
 Get the output stream for error reporting. More...
 
- Static Public Attributes inherited from Epetra_Object
static int TracebackMode
 
- Protected Member Functions inherited from Epetra_LongLongSerialDenseMatrix
void CopyMat (long long *Source, int Source_LDA, int NumRows, int NumCols, long long *Target, int Target_LDA)
 
void CleanupData ()
 
- Protected Member Functions inherited from Epetra_Object
std::string toString (const int &x) const
 
std::string toString (const long long &x) const
 
std::string toString (const double &x) const
 
- Protected Attributes inherited from Epetra_LongLongSerialDenseMatrix
Epetra_DataAccess CV_
 
bool A_Copied_
 
int M_
 
int N_
 
int LDA_
 
long long * A_
 

Detailed Description

Epetra_LongLongSerialDenseVector: A class for constructing and using dense vectors.

The Epetra_LongLongSerialDenseVector class enables the construction and use of integer-valued,
dense vectors.  It derives from the Epetra_LongLongSerialDenseMatrix class.

The Epetra_LongLongSerialDenseVector class is intended to provide convenient vector notation but derives all signficant functionality from Epetra_LongLongSerialDenseMatrix.

Constructing Epetra_LongLongSerialDenseVector Objects

There are three Epetra_LongLongSerialDenseVector constructors. The first constructs a zero-length object which should be made to appropriate length using the Size() or Resize() functions and then filled with the [] or () operators. The second constructs an object sized to the dimension specified, which should be filled with the [] or () operators. The third is a constructor that accepts user data as a 1D array, and the fourth is a copy constructor. The third constructor has two data access modes (specified by the Epetra_DataAccess argument):

  1. Copy mode - Allocates memory and makes a copy of the user-provided data. In this case, the user data is not needed after construction.
  2. View mode - Creates a "view" of the user data. In this case, the user data is required to remain intact for the life of the object.
Warning
View mode is extremely dangerous from a data hiding perspective. Therefore, we strongly encourage users to develop code using Copy mode first and only use the View mode in a secondary optimization phase.

Extracting Data from Epetra_LongLongSerialDenseVector Objects

Once a Epetra_LongLongSerialDenseVector is constructed, it is possible to view the data via access functions.

Warning
Use of these access functions cam be extremely dangerous from a data hiding perspective.

Definition at line 90 of file Epetra_LongLongSerialDenseVector.h.

Constructor & Destructor Documentation

Epetra_LongLongSerialDenseVector::Epetra_LongLongSerialDenseVector ( )

Default constructor; defines a zero size object.

Epetra_LongLongSerialDenseVector objects defined by the default constructor should be sized with the Size() or Resize functions. Values should be defined by using the [] or () operators.

Definition at line 49 of file Epetra_LongLongSerialDenseVector.cpp.

Epetra_LongLongSerialDenseVector::Epetra_LongLongSerialDenseVector ( int  Length_in)

Sized constructor; defines a variable-sized object.

Parameters
InLength - Length of vector.

Epetra_LongLongSerialDenseVector objects defined by the sized constructor are already sized to the dimension given as a parameter. All values are initialized to 0. Calling this constructor is equivalent to using the default constructor, and then calling the Size function on it. Values should be defined by using the [] or () operators.

Definition at line 56 of file Epetra_LongLongSerialDenseVector.cpp.

Epetra_LongLongSerialDenseVector::Epetra_LongLongSerialDenseVector ( Epetra_DataAccess  CV_in,
long long *  Values_in,
int  Length_in 
)

Set object values from one-dimensional array.

Parameters
InEpetra_DataAccess - Enumerated type set to Copy or View.
InValues - Pointer to an array of integer numbers containing the values.
InLength - Length of vector.

See Detailed Description section for further discussion.

Definition at line 63 of file Epetra_LongLongSerialDenseVector.cpp.

Epetra_LongLongSerialDenseVector::Epetra_LongLongSerialDenseVector ( const Epetra_LongLongSerialDenseVector Source)

Epetra_LongLongSerialDenseVector copy constructor.

Definition at line 70 of file Epetra_LongLongSerialDenseVector.cpp.

Epetra_LongLongSerialDenseVector::~Epetra_LongLongSerialDenseVector ( )
virtual

Member Function Documentation

int Epetra_LongLongSerialDenseVector::Size ( int  Length_in)
inline

Set length of a Epetra_LongLongSerialDenseVector object; init values to zero.

Parameters
InLength - Length of vector object.

Allows user to define the dimension of a Epetra_LongLongSerialDenseVector. This function can be called at any point after construction. Any values that were previously in this object are destroyed and the resized vector starts off with all zero values.

Returns
Integer error code, set to 0 if successful.

Definition at line 142 of file Epetra_LongLongSerialDenseVector.h.

int Epetra_LongLongSerialDenseVector::Resize ( int  Length_in)
inline

Resize a Epetra_LongLongSerialDenseVector object.

Parameters
InLength - Length of vector object.

Allows user to define the dimension of a Epetra_LongLongSerialDenseVector. This function can be called at any point after construction. Any values that were previously in this object are copied into the new size. If the new shape is smaller than the original, the first Length values are copied to the new vector.

Returns
Integer error code, set to 0 if successful.

Definition at line 156 of file Epetra_LongLongSerialDenseVector.h.

long long & Epetra_LongLongSerialDenseVector::operator() ( int  Index)
inline

Element access function.

Returns the specified element of the vector.

Returns
Specified element in vector.
Warning
No bounds checking is done unless Epetra is compiled with HAVE_EPETRA_ARRAY_BOUNDS_CHECK.

Definition at line 267 of file Epetra_LongLongSerialDenseVector.h.

const long long & Epetra_LongLongSerialDenseVector::operator() ( int  Index) const
inline

Element access function.

Returns the specified element of the vector.

Returns
Specified element in vector.
Warning
No bounds checking is done unless Epetra is compiled with HAVE_EPETRA_ARRAY_BOUNDS_CHECK.

Definition at line 276 of file Epetra_LongLongSerialDenseVector.h.

long long & Epetra_LongLongSerialDenseVector::operator[] ( int  Index)
inline

Element access function.

Returns the specified element of the vector.

Returns
Specified element in vector.
Warning
No bounds checking is done unless Epetra is compiled with HAVE_EPETRA_ARRAY_BOUNDS_CHECK.

Definition at line 285 of file Epetra_LongLongSerialDenseVector.h.

const long long & Epetra_LongLongSerialDenseVector::operator[] ( int  Index) const
inline

Element access function.

Returns the specified element of the vector.

Returns
Specified element in vector.
Warning
No bounds checking is done unless Epetra is compiled with HAVE_EPETRA_ARRAY_BOUNDS_CHECK.

Definition at line 294 of file Epetra_LongLongSerialDenseVector.h.

int Epetra_LongLongSerialDenseVector::Random ( )

Set vector values to random numbers.

LongLongSerialDenseVector uses the random number generator provided by Epetra_Util. The vector values will be set to random values on the interval (0, 2^31 - 1).

Returns
Integer error code, set to 0 if successful.

Definition at line 110 of file Epetra_LongLongSerialDenseVector.cpp.

int Epetra_LongLongSerialDenseVector::Length ( ) const
inline

Returns length of vector.

Definition at line 211 of file Epetra_LongLongSerialDenseVector.h.

long long* Epetra_LongLongSerialDenseVector::Values ( )
inline

Returns pointer to the values in vector.

Definition at line 214 of file Epetra_LongLongSerialDenseVector.h.

const long long* Epetra_LongLongSerialDenseVector::Values ( ) const
inline

Returns const pointer to the values in vector.

Definition at line 217 of file Epetra_LongLongSerialDenseVector.h.

Epetra_DataAccess Epetra_LongLongSerialDenseVector::CV ( ) const
inline

Returns the data access mode of the this vector.

Definition at line 220 of file Epetra_LongLongSerialDenseVector.h.

Epetra_LongLongSerialDenseVector & Epetra_LongLongSerialDenseVector::operator= ( const Epetra_LongLongSerialDenseVector Source)

Copy from one vector to another.

The operator= allows one to copy the values from one existing LongLongSerialDenseVector to another. The left hand side vector will take on the data access mode of the right hand side vector.

Returns
Values of the left hand side vector are modified by the values of the right hand side vector.

Definition at line 79 of file Epetra_LongLongSerialDenseVector.cpp.

void Epetra_LongLongSerialDenseVector::Print ( std::ostream &  os) const
virtual

Print service methods; defines behavior of ostream << operator.

Reimplemented from Epetra_LongLongSerialDenseMatrix.

Definition at line 91 of file Epetra_LongLongSerialDenseVector.cpp.

int Epetra_LongLongSerialDenseVector::MakeViewOf ( const Epetra_LongLongSerialDenseVector Source)

Reset an existing LongLongSerialDenseVector to point to another Vector.

Allows an existing LongLongSerialDenseVector to become a View of another vector's data, regardless of the DataAccess mode of the Source vector. It is assumed that the Source vector is an independent vector, and no checking is done to verify this.

This is used by Epetra_CrsGraph in the OptimizeStorage method. It is used so that an existing (Copy) vector can be converted to a View. This frees up memory that CrsGraph no longer needs.

Parameters
SourceThe LongLongSerialDenseVector this will become a view of.
Returns
Integer error code, set to 0 if successful.
Warning
This method is extremely dangerous and should only be used by experts.

Definition at line 85 of file Epetra_LongLongSerialDenseVector.cpp.


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