#include <DenseLinAlgPack_IVector.hpp>
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. | |
| reference | operator() (size_type i) |
| 1-based element access (range checked if TEUCHOS_DEBUG is defined) | |
| const_reference | operator() (size_type i) const |
| 1-based element access (range checked if TEUCHOS_DEBUG is defined) | |
| iterator | begin () |
| STL iterator. | |
| const_iterator | begin () const |
| STL iterator. | |
| iterator | end () |
| STL iterator. | |
| const_iterator | end () const |
| STL iterator. | |
Definition at line 44 of file DenseLinAlgPack_IVector.hpp.
|
|
Definition at line 88 of file DenseLinAlgPack_IVector.hpp. |
|
|
Definition at line 91 of file DenseLinAlgPack_IVector.hpp. |
|
||||||||||||
|
Definition at line 94 of file DenseLinAlgPack_IVector.hpp. |
|
||||||||||||
|
Definition at line 97 of file DenseLinAlgPack_IVector.hpp. |
|
|
Resize on assignment.
Definition at line 100 of file DenseLinAlgPack_IVector.hpp. |
|
|
1-based element access (range checked if TEUCHOS_DEBUG is defined)
Definition at line 107 of file DenseLinAlgPack_IVector.hpp. |
|
|
1-based element access (range checked if TEUCHOS_DEBUG is defined)
Definition at line 115 of file DenseLinAlgPack_IVector.hpp. |
|
|
STL iterator.
Definition at line 123 of file DenseLinAlgPack_IVector.hpp. |
|
|
STL iterator.
Definition at line 126 of file DenseLinAlgPack_IVector.hpp. |
|
|
STL iterator.
Definition at line 129 of file DenseLinAlgPack_IVector.hpp. |
|
|
STL iterator.
Definition at line 132 of file DenseLinAlgPack_IVector.hpp. |
1.3.9.1