MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
DenseLinAlgPack::IVector Class Reference

More...

#include <DenseLinAlgPack_IVector.hpp>

Inherits valarray< DenseLinAlgPack::size_type >.

Public Types

typedef DenseLinAlgPack::index_type value_type
 
typedef DenseLinAlgPack::size_type size_type
 
typedef value_typereference
 
typedef const value_typeconst_reference
 
typedef value_typeiterator
 
typedef const value_typeconst_iterator
 
typedef std::valarray< size_typevalarray
 

Public Member Functions

 IVector ()
 
 IVector (size_type n)
 
 IVector (const value_type &val, size_type n)
 
 IVector (const value_type *p, size_type n)
 
IVectoroperator= (const IVector &)
 Resize on assignment. More...
 
reference operator() (size_type i)
 1-based element access (range checked if TEUCHOS_DEBUG is defined) More...
 
const_reference operator() (size_type i) const
 1-based element access (range checked if TEUCHOS_DEBUG is defined) More...
 
iterator begin ()
 STL iterator. More...
 
const_iterator begin () const
 STL iterator. More...
 
iterator end ()
 STL iterator. More...
 
const_iterator end () const
 STL iterator. More...
 

Detailed Description

Definition at line 57 of file DenseLinAlgPack_IVector.hpp.

Member Typedef Documentation

Definition at line 61 of file DenseLinAlgPack_IVector.hpp.

Definition at line 62 of file DenseLinAlgPack_IVector.hpp.

Definition at line 63 of file DenseLinAlgPack_IVector.hpp.

Definition at line 64 of file DenseLinAlgPack_IVector.hpp.

Definition at line 65 of file DenseLinAlgPack_IVector.hpp.

Definition at line 66 of file DenseLinAlgPack_IVector.hpp.

Definition at line 67 of file DenseLinAlgPack_IVector.hpp.

Constructor & Destructor Documentation

DenseLinAlgPack::IVector::IVector ( )
inline

Definition at line 101 of file DenseLinAlgPack_IVector.hpp.

DenseLinAlgPack::IVector::IVector ( size_type  n)
inline

Definition at line 104 of file DenseLinAlgPack_IVector.hpp.

DenseLinAlgPack::IVector::IVector ( const value_type val,
size_type  n 
)
inline

Definition at line 107 of file DenseLinAlgPack_IVector.hpp.

DenseLinAlgPack::IVector::IVector ( const value_type p,
size_type  n 
)
inline

Definition at line 110 of file DenseLinAlgPack_IVector.hpp.

Member Function Documentation

IVector & DenseLinAlgPack::IVector::operator= ( const IVector iv)
inline

Resize on assignment.

Definition at line 113 of file DenseLinAlgPack_IVector.hpp.

IVector::reference DenseLinAlgPack::IVector::operator() ( size_type  i)
inline

1-based element access (range checked if TEUCHOS_DEBUG is defined)

Definition at line 120 of file DenseLinAlgPack_IVector.hpp.

IVector::const_reference DenseLinAlgPack::IVector::operator() ( size_type  i) const
inline

1-based element access (range checked if TEUCHOS_DEBUG is defined)

Definition at line 128 of file DenseLinAlgPack_IVector.hpp.

IVector::iterator DenseLinAlgPack::IVector::begin ( )
inline

STL iterator.

Definition at line 136 of file DenseLinAlgPack_IVector.hpp.

IVector::const_iterator DenseLinAlgPack::IVector::begin ( ) const
inline

STL iterator.

Definition at line 139 of file DenseLinAlgPack_IVector.hpp.

IVector::iterator DenseLinAlgPack::IVector::end ( )
inline

STL iterator.

Definition at line 142 of file DenseLinAlgPack_IVector.hpp.

IVector::const_iterator DenseLinAlgPack::IVector::end ( ) const
inline

STL iterator.

Definition at line 145 of file DenseLinAlgPack_IVector.hpp.


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