#include <RTOpPack_OldTypes.hpp>
Inheritance diagram for RTOpPack::MutableSubVectorT1B< Scalar >:
Public Member Functions | |
| MutableSubVectorT1B () | |
| | |
| MutableSubVectorT1B (Teuchos_Index globalOffset, Teuchos_Index subDim, Scalar *values, ptrdiff_t stride) | |
| | |
| MutableSubVectorT1B (const MutableSubVectorT1B< Scalar > &sv) | |
| | |
| MutableSubVectorT1B (const SubVectorView< Scalar > &sv) | |
| | |
| operator SubVectorView () | |
| | |
| void | initialize (Teuchos_Index globalOffset, Teuchos_Index subDim, Scalar *values, ptrdiff_t stride) |
| | |
| void | set_uninitialized () |
| | |
| Scalar * | values () const |
| | |
| Scalar & | operator[] (Teuchos_Index i) const |
Zero-based indexing (Preconditions: values()!=NULL && (0 <= i < subDim())). | |
| Scalar & | operator() (Teuchos_Index i) const |
One-based indexing (Preconditions: values()!=NULL && (1 <= i <= subDim())). | |
Definition at line 100 of file RTOpPack_OldTypes.hpp.
|
|||||||||
|
Definition at line 103 of file RTOpPack_OldTypes.hpp. |
|
||||||||||||||||||||||||
|
Definition at line 105 of file RTOpPack_OldTypes.hpp. |
|
||||||||||
|
Definition at line 109 of file RTOpPack_OldTypes.hpp. |
|
||||||||||
|
Definition at line 113 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Definition at line 117 of file RTOpPack_OldTypes.hpp. |
|
||||||||||||||||||||||||
|
Definition at line 120 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Reimplemented from RTOpPack::SubVectorT1B< Scalar >. Definition at line 123 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Reimplemented from RTOpPack::SubVectorT1B< Scalar >. Definition at line 126 of file RTOpPack_OldTypes.hpp. |
|
||||||||||
|
Zero-based indexing (Preconditions:
Reimplemented from RTOpPack::SubVectorT1B< Scalar >. Definition at line 128 of file RTOpPack_OldTypes.hpp. |
|
||||||||||
|
One-based indexing (Preconditions:
Reimplemented from RTOpPack::SubVectorT1B< Scalar >. Definition at line 130 of file RTOpPack_OldTypes.hpp. |
1.3.9.1