DenseLinAlgPack: Concreate C++ Classes for Dense Blas-Compatible Linear Algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
DenseLinAlgPack::IVector Class Reference

More...

#include <DenseLinAlgPack_IVector.hpp>

Inherits valarray< DenseLinAlgPack::size_type >.

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.

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: