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 62 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 65 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 80 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 83 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 86 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 88 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 90 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 92 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 94 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 96 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 98 of file Thyra_DetachedSpmdVectorView.hpp.