|
RTOpPack: Extra C/C++ Code for Vector Reduction/Transformation Operators
Version of the Day
|
Class for a non-mutable sub-vector. More...
#include <RTOpPack_OldTypes.hpp>

Public Member Functions | |
| SubVectorT1B () | |
| | |
| SubVectorT1B (Teuchos_Ordinal globalOffset, Teuchos_Ordinal subDim, const Scalar *values, ptrdiff_t stride) | |
| | |
| SubVectorT1B (const SubVectorT1B< Scalar > &sv) | |
| | |
| SubVectorT1B (const ConstSubVectorView< Scalar > &sv) | |
| | |
| operator ConstSubVectorView< Scalar > () | |
| | |
| void | initialize (Teuchos_Ordinal globalOffset, Teuchos_Ordinal subDim, const Scalar *values, ptrdiff_t stride) |
| | |
| void | set_uninitialized () |
| | |
| void | setGlobalOffset (Teuchos_Ordinal globalOffset) |
| | |
| Teuchos_Ordinal | globalOffset () const |
| | |
| Teuchos_Ordinal | subDim () const |
| | |
| const Scalar * | values () const |
| | |
| const Teuchos::ArrayRCP< const Scalar > | arcp_values () const |
| | |
| ptrdiff_t | stride () const |
| | |
| const Scalar & | operator[] (Teuchos_Ordinal i) const |
Zero-based indexing (Preconditions: values()!=NULL && (0 <= i < subDim())) | |
| const Scalar & | operator() (Teuchos_Ordinal i) const |
One-based indexing (Preconditions: values()!=NULL && (1 <= i <= subDim())) | |
Class for a non-mutable sub-vector.
Definition at line 56 of file RTOpPack_OldTypes.hpp.
| RTOpPack::SubVectorT1B< Scalar >::SubVectorT1B | ( | ) | [inline] |
Definition at line 59 of file RTOpPack_OldTypes.hpp.
| RTOpPack::SubVectorT1B< Scalar >::SubVectorT1B | ( | Teuchos_Ordinal | globalOffset, |
| Teuchos_Ordinal | subDim, | ||
| const Scalar * | values, | ||
| ptrdiff_t | stride | ||
| ) | [inline] |
Definition at line 61 of file RTOpPack_OldTypes.hpp.
| RTOpPack::SubVectorT1B< Scalar >::SubVectorT1B | ( | const SubVectorT1B< Scalar > & | sv | ) | [inline] |
Definition at line 65 of file RTOpPack_OldTypes.hpp.
| RTOpPack::SubVectorT1B< Scalar >::SubVectorT1B | ( | const ConstSubVectorView< Scalar > & | sv | ) | [inline] |
Definition at line 69 of file RTOpPack_OldTypes.hpp.
| RTOpPack::SubVectorT1B< Scalar >::operator ConstSubVectorView< Scalar > | ( | ) | [inline] |
Definition at line 73 of file RTOpPack_OldTypes.hpp.
| void RTOpPack::SubVectorT1B< Scalar >::initialize | ( | Teuchos_Ordinal | globalOffset, |
| Teuchos_Ordinal | subDim, | ||
| const Scalar * | values, | ||
| ptrdiff_t | stride | ||
| ) | [inline] |
Definition at line 76 of file RTOpPack_OldTypes.hpp.
| void RTOpPack::SubVectorT1B< Scalar >::set_uninitialized | ( | ) | [inline] |
Reimplemented in RTOpPack::MutableSubVectorT1B< Scalar >.
Definition at line 79 of file RTOpPack_OldTypes.hpp.
| void RTOpPack::SubVectorT1B< Scalar >::setGlobalOffset | ( | Teuchos_Ordinal | globalOffset | ) | [inline] |
Definition at line 82 of file RTOpPack_OldTypes.hpp.
| Teuchos_Ordinal RTOpPack::SubVectorT1B< Scalar >::globalOffset | ( | ) | const [inline] |
Definition at line 84 of file RTOpPack_OldTypes.hpp.
| Teuchos_Ordinal RTOpPack::SubVectorT1B< Scalar >::subDim | ( | ) | const [inline] |
Definition at line 86 of file RTOpPack_OldTypes.hpp.
| const Scalar* RTOpPack::SubVectorT1B< Scalar >::values | ( | ) | const [inline] |
Reimplemented in RTOpPack::MutableSubVectorT1B< Scalar >.
Definition at line 88 of file RTOpPack_OldTypes.hpp.
| const Teuchos::ArrayRCP<const Scalar> RTOpPack::SubVectorT1B< Scalar >::arcp_values | ( | ) | const [inline] |
Reimplemented in RTOpPack::MutableSubVectorT1B< Scalar >.
Definition at line 90 of file RTOpPack_OldTypes.hpp.
| ptrdiff_t RTOpPack::SubVectorT1B< Scalar >::stride | ( | ) | const [inline] |
Definition at line 92 of file RTOpPack_OldTypes.hpp.
| const Scalar& RTOpPack::SubVectorT1B< Scalar >::operator[] | ( | Teuchos_Ordinal | i | ) | const [inline] |
Zero-based indexing (Preconditions: values()!=NULL && (0 <= i < subDim()))
Reimplemented in RTOpPack::MutableSubVectorT1B< Scalar >.
Definition at line 94 of file RTOpPack_OldTypes.hpp.
| const Scalar& RTOpPack::SubVectorT1B< Scalar >::operator() | ( | Teuchos_Ordinal | i | ) | const [inline] |
One-based indexing (Preconditions: values()!=NULL && (1 <= i <= subDim()))
Reimplemented in RTOpPack::MutableSubVectorT1B< Scalar >.
Definition at line 105 of file RTOpPack_OldTypes.hpp.
1.7.6.1