Thyra
Version of the Day
|
Concrete implementation of a scalar product using a symmetric positive-definite linear operator. More...
#include <Thyra_LinearOpScalarProd_decl.hpp>
Constructors, initializers, accessors | |
LinearOpScalarProd () | |
LinearOpScalarProd (const RCP< const LinearOpBase< Scalar > > &op) | |
void | initialize (const RCP< const LinearOpBase< Scalar > > &op) |
const RCP< const LinearOpBase < Scalar > > & | op () const |
void | uninitialize (const Ptr< RCP< const LinearOpBase< Scalar > > > &op=Teuchos::null) |
Overridden from ScalarProdBase | |
virtual bool | isEuclideanImpl () const |
Returns false . More... | |
void | scalarProdsImpl (const MultiVectorBase< Scalar > &X, const MultiVectorBase< Scalar > &Y, const ArrayView< Scalar > &scalarProds_out) const |
RCP< const LinearOpBase< Scalar > > | getLinearOpImpl () const |
Concrete implementation of a scalar product using a symmetric positive-definite linear operator.
This subclass will work with any VectorBase
or MultiVectorBase
implementation who's vector spaces are compatible with the underlying symmetric positive-definite linear operator object.
Definition at line 29 of file Thyra_LinearOpScalarProd_decl.hpp.
Thyra::LinearOpScalarProd< Scalar >::LinearOpScalarProd | ( | ) |
Definition at line 28 of file Thyra_LinearOpScalarProd_def.hpp.
Thyra::LinearOpScalarProd< Scalar >::LinearOpScalarProd | ( | const RCP< const LinearOpBase< Scalar > > & | op | ) |
Definition at line 33 of file Thyra_LinearOpScalarProd_def.hpp.
void Thyra::LinearOpScalarProd< Scalar >::initialize | ( | const RCP< const LinearOpBase< Scalar > > & | op | ) |
Definition at line 41 of file Thyra_LinearOpScalarProd_def.hpp.
|
inline |
Definition at line 85 of file Thyra_LinearOpScalarProd_decl.hpp.
void Thyra::LinearOpScalarProd< Scalar >::uninitialize | ( | const Ptr< RCP< const LinearOpBase< Scalar > > > & | op = Teuchos::null | ) |
Definition at line 53 of file Thyra_LinearOpScalarProd_def.hpp.
|
protectedvirtual |
Returns false
.
Implements Thyra::ScalarProdBase< Scalar >.
Definition at line 66 of file Thyra_LinearOpScalarProd_def.hpp.
|
protectedvirtual |
Implements Thyra::ScalarProdBase< Scalar >.
Definition at line 73 of file Thyra_LinearOpScalarProd_def.hpp.
|
protectedvirtual |
Reimplemented from Thyra::ScalarProdBase< Scalar >.
Definition at line 87 of file Thyra_LinearOpScalarProd_def.hpp.