DenseLinAlgPack: Concreate C++ Classes for Dense Blas-Compatible Linear Algebra
Version of the Day
|
#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) | |
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.
|
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.