VectorBase object.
More...
#include <Thyra_DetachedSpmdVectorView.hpp>
Public Member Functions | |
| DetachedSpmdVectorView (const Teuchos::RCP< VectorBase< Scalar > > &v) | |
| | |
| ~DetachedSpmdVectorView () | |
| | |
| const RCP< const SpmdVectorSpaceBase< Scalar > > | spmdSpace () const |
| | |
| const RTOpPack::SubVectorView< Scalar > & | sv () const |
| | |
| Teuchos_Index | globalOffset () const |
| | |
| Teuchos_Index | subDim () const |
| | |
| const ArrayRCP< const Scalar > | values () const |
| | |
| ptrdiff_t | stride () const |
| | |
| Scalar & | operator[] (Teuchos_Index i) const |
| | |
| Scalar & | operator() (Teuchos_Index i) const |
| | |
VectorBase object.
The default constructor, copy constructor and assignment operators are not allowed.
Definition at line 106 of file Thyra_DetachedSpmdVectorView.hpp.
| Thyra::DetachedSpmdVectorView< Scalar >::DetachedSpmdVectorView | ( | const Teuchos::RCP< VectorBase< Scalar > > & | v | ) | [inline] |
| Thyra::DetachedSpmdVectorView< Scalar >::~DetachedSpmdVectorView | ( | ) | [inline] |
| const RCP<const SpmdVectorSpaceBase<Scalar> > Thyra::DetachedSpmdVectorView< Scalar >::spmdSpace | ( | ) | const [inline] |
| const RTOpPack::SubVectorView<Scalar>& Thyra::DetachedSpmdVectorView< Scalar >::sv | ( | ) | const [inline] |
| Teuchos_Index Thyra::DetachedSpmdVectorView< Scalar >::globalOffset | ( | ) | const [inline] |
| Teuchos_Index Thyra::DetachedSpmdVectorView< Scalar >::subDim | ( | ) | const [inline] |
| const ArrayRCP<const Scalar> Thyra::DetachedSpmdVectorView< Scalar >::values | ( | ) | const [inline] |
| ptrdiff_t Thyra::DetachedSpmdVectorView< Scalar >::stride | ( | ) | const [inline] |
| Scalar& Thyra::DetachedSpmdVectorView< Scalar >::operator[] | ( | Teuchos_Index | i | ) | const [inline] |
| Scalar& Thyra::DetachedSpmdVectorView< Scalar >::operator() | ( | Teuchos_Index | i | ) | const [inline] |
1.4.7