|
MOOCHO (Single Doxygen Collection)
Version of the Day
|
#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_type & | reference |
| typedef const value_type & | const_reference |
| typedef value_type * | iterator |
| typedef const value_type * | const_iterator |
| typedef std::valarray< size_type > | valarray |
Public Member Functions | |
| IVector () | |
| IVector (size_type n) | |
| IVector (const value_type &val, size_type n) | |
| IVector (const value_type *p, size_type n) | |
| IVector & | operator= (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... | |
Definition at line 57 of file DenseLinAlgPack_IVector.hpp.
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.
| typedef const value_type& DenseLinAlgPack::IVector::const_reference |
Definition at line 64 of file DenseLinAlgPack_IVector.hpp.
Definition at line 65 of file DenseLinAlgPack_IVector.hpp.
| typedef const value_type* DenseLinAlgPack::IVector::const_iterator |
Definition at line 66 of file DenseLinAlgPack_IVector.hpp.
| typedef std::valarray<size_type> DenseLinAlgPack::IVector::valarray |
Definition at line 67 of file DenseLinAlgPack_IVector.hpp.
|
inline |
Definition at line 101 of file DenseLinAlgPack_IVector.hpp.
|
inline |
Definition at line 104 of file DenseLinAlgPack_IVector.hpp.
|
inline |
Definition at line 107 of file DenseLinAlgPack_IVector.hpp.
|
inline |
Definition at line 110 of file DenseLinAlgPack_IVector.hpp.
Resize on assignment.
Definition at line 113 of file DenseLinAlgPack_IVector.hpp.
|
inline |
1-based element access (range checked if TEUCHOS_DEBUG is defined)
Definition at line 120 of file DenseLinAlgPack_IVector.hpp.
|
inline |
1-based element access (range checked if TEUCHOS_DEBUG is defined)
Definition at line 128 of file DenseLinAlgPack_IVector.hpp.
|
inline |
STL iterator.
Definition at line 136 of file DenseLinAlgPack_IVector.hpp.
|
inline |
STL iterator.
Definition at line 139 of file DenseLinAlgPack_IVector.hpp.
|
inline |
STL iterator.
Definition at line 142 of file DenseLinAlgPack_IVector.hpp.
|
inline |
STL iterator.
Definition at line 145 of file DenseLinAlgPack_IVector.hpp.
1.8.6