Thyra
Version of the Day
|
Create an explicit detached non-mutable (const) view of all of the local elements on this process of an VectorBase
object.
More...
#include <Thyra_DetachedSpmdVectorView.hpp>
Public Member Functions | |
ConstDetachedSpmdVectorView (const Teuchos::RCP< const VectorBase< Scalar > > &v) | |
~ConstDetachedSpmdVectorView () | |
const RCP< const SpmdVectorSpaceBase< Scalar > > | spmdSpace () const |
const RTOpPack::ConstSubVectorView < Scalar > & | sv () const |
Teuchos_Ordinal | globalOffset () const |
Teuchos_Ordinal | subDim () const |
const ArrayRCP< const Scalar > | values () const |
ptrdiff_t | stride () const |
const Scalar & | operator[] (Teuchos_Ordinal i) const |
const Scalar & | operator() (Teuchos_Ordinal i) const |
Create an explicit detached non-mutable (const) view of all of the local elements on this process of an VectorBase
object.
The default constructor, copy constructor and assignment operators are not allowed.
Definition at line 30 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 33 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 48 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 51 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 54 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 56 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 58 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 60 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 62 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 64 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 66 of file Thyra_DetachedSpmdVectorView.hpp.