#include <RTOpPack_OldTypes.hpp>
Inheritance diagram for RTOpPack::SubVectorT1B< Scalar >:
Public Member Functions | |
| SubVectorT1B () | |
| | |
| SubVectorT1B (Teuchos_Index globalOffset, Teuchos_Index subDim, const Scalar *values, ptrdiff_t stride) | |
| | |
| SubVectorT1B (const SubVectorT1B< Scalar > &sv) | |
| | |
| SubVectorT1B (const ConstSubVectorView< Scalar > &sv) | |
| | |
| operator ConstSubVectorView () | |
| | |
| void | initialize (Teuchos_Index globalOffset, Teuchos_Index subDim, const Scalar *values, ptrdiff_t stride) |
| | |
| void | set_uninitialized () |
| | |
| void | setGlobalOffset (Teuchos_Index globalOffset) |
| | |
| Teuchos_Index | globalOffset () const |
| | |
| Teuchos_Index | subDim () const |
| | |
| const Scalar * | values () const |
| | |
| ptrdiff_t | stride () const |
| | |
| const Scalar & | operator[] (Teuchos_Index i) const |
Zero-based indexing (Preconditions: values()!=NULL && (0 <= i < subDim())). | |
| const Scalar & | operator() (Teuchos_Index i) const |
One-based indexing (Preconditions: values()!=NULL && (1 <= i <= subDim())). | |
Definition at line 42 of file RTOpPack_OldTypes.hpp.
|
|||||||||
|
Definition at line 45 of file RTOpPack_OldTypes.hpp. |
|
||||||||||||||||||||||||
|
Definition at line 47 of file RTOpPack_OldTypes.hpp. |
|
||||||||||
|
Definition at line 51 of file RTOpPack_OldTypes.hpp. |
|
||||||||||
|
Definition at line 55 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Definition at line 59 of file RTOpPack_OldTypes.hpp. |
|
||||||||||||||||||||||||
|
Definition at line 62 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Reimplemented in RTOpPack::MutableSubVectorT1B< Scalar >. Definition at line 65 of file RTOpPack_OldTypes.hpp. |
|
||||||||||
|
Definition at line 68 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Definition at line 70 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Definition at line 72 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Reimplemented in RTOpPack::MutableSubVectorT1B< Scalar >. Definition at line 74 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Definition at line 76 of file RTOpPack_OldTypes.hpp. |
|
||||||||||
|
Zero-based indexing (Preconditions:
Reimplemented in RTOpPack::MutableSubVectorT1B< Scalar >. Definition at line 78 of file RTOpPack_OldTypes.hpp. |
|
||||||||||
|
One-based indexing (Preconditions:
Reimplemented in RTOpPack::MutableSubVectorT1B< Scalar >. Definition at line 89 of file RTOpPack_OldTypes.hpp. |
1.3.9.1