42 #ifndef ALAP_INNER_PRODUCT_Thyra_H
43 #define ALAP_INNER_PRODUCT_Thyra_H
46 #include "Thyra_VectorSpaceBase.hpp"
49 namespace AbstractLinAlgPack {
116 #ifdef DOXYGEN_COMPILE
133 return thyra_vec_spc_;
140 #endif // ALAP_INNER_PRODUCT_Thyra_H
InnerProductThyra()
Construct to uninitialized.
Abstract interface for immutable, finite dimensional, coordinate vectors {abstract}.
const RCP< const Thyra::VectorSpaceBase< value_type > > & thyra_vec_spc() const
Return a (converted) smart pointer to the internal smart pointer to the Thyra::VectorSpaceBase<value_...
value_type inner_prod(const Vector &v1, const Vector &v2) const
RTOp_value_type value_type
RCP< const Thyra::VectorSpaceBase< value_type > > set_uninitialized()
Set to uninitialized and return smart pointer to the internal Thyra::VectorSpaceBase<value_type> obj...
const Thyra::VectorSpaceBase< value_type > * thyra_vector_space
void initialize(const RCP< const Thyra::VectorSpaceBase< value_type > > &thyra_vec_spc)
Initalize given a smart pointer to a Thyra::VetorSpace object.
Abstract interface for inner products.
Implements the inner product using Thyra::VectorSpaceBase::scalarProd().