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_Index | globalOffset () const |
| | |
| Teuchos_Index | subDim () const |
| | |
| const ArrayRCP< const Scalar > | values () const |
| | |
| ptrdiff_t | stride () const |
| | |
| const Scalar & | operator[] (Teuchos_Index i) const |
| | |
| const Scalar & | operator() (Teuchos_Index i) const |
| | |
VectorBase object.
The default constructor, copy constructor and assignment operators are not allowed.
Definition at line 49 of file Thyra_DetachedSpmdVectorView.hpp.
| Thyra::ConstDetachedSpmdVectorView< Scalar >::ConstDetachedSpmdVectorView | ( | const Teuchos::RCP< const VectorBase< Scalar > > & | v | ) | [inline] |
| Thyra::ConstDetachedSpmdVectorView< Scalar >::~ConstDetachedSpmdVectorView | ( | ) | [inline] |
| const RCP<const SpmdVectorSpaceBase<Scalar> > Thyra::ConstDetachedSpmdVectorView< Scalar >::spmdSpace | ( | ) | const [inline] |
| const RTOpPack::ConstSubVectorView<Scalar>& Thyra::ConstDetachedSpmdVectorView< Scalar >::sv | ( | ) | const [inline] |
| Teuchos_Index Thyra::ConstDetachedSpmdVectorView< Scalar >::globalOffset | ( | ) | const [inline] |
| Teuchos_Index Thyra::ConstDetachedSpmdVectorView< Scalar >::subDim | ( | ) | const [inline] |
| const ArrayRCP<const Scalar> Thyra::ConstDetachedSpmdVectorView< Scalar >::values | ( | ) | const [inline] |
| ptrdiff_t Thyra::ConstDetachedSpmdVectorView< Scalar >::stride | ( | ) | const [inline] |
| const Scalar& Thyra::ConstDetachedSpmdVectorView< Scalar >::operator[] | ( | Teuchos_Index | i | ) | const [inline] |
| const Scalar& Thyra::ConstDetachedSpmdVectorView< Scalar >::operator() | ( | Teuchos_Index | i | ) | const [inline] |
1.4.7