Thyra::VectorSpaceBase::scalarProd().
More...
#include <AbstractLinAlgPack_InnerProductThyra.hpp>
Inheritance diagram for AbstractLinAlgPack::InnerProductThyra:
Constructors / Initializers | |
| InnerProductThyra () | |
| Construct to uninitialized. | |
| InnerProductThyra (const Teuchos::RefCountPtr< const Thyra::VectorSpaceBase< value_type > > &thyra_vec_spc) | |
Calls this->initialize(). | |
| void | initialize (const Teuchos::RefCountPtr< const Thyra::VectorSpaceBase< value_type > > &thyra_vec_spc) |
Initalize given a smart pointer to a Thyra::VetorSpace object. | |
| Teuchos::RefCountPtr< const Thyra::VectorSpaceBase< value_type > > | set_uninitialized () |
Set to uninitialized and return smart pointer to the internal Thyra::VectorSpaceBase<value_type> object. | |
| const Teuchos::RefCountPtr< const Thyra::VectorSpaceBase< value_type > > & | thyra_vec_spc () const |
Return a (converted) smart pointer to the internal smart pointer to the Thyra::VectorSpaceBase<value_type> object. | |
Overridden from InnerProduct | |
| value_type | inner_prod (const Vector &v1, const Vector &v2) const |
| | |
Thyra::VectorSpaceBase::scalarProd().
Definition at line 39 of file AbstractLinAlgPack_InnerProductThyra.hpp.
|
|
Construct to uninitialized. Postconditioins:
Definition at line 42 of file AbstractLinAlgPack_InnerProductThyra.cpp. |
|
|
Calls
Definition at line 45 of file AbstractLinAlgPack_InnerProductThyra.cpp. |
|
|
Initalize given a smart pointer to a
Postconditioins:
Definition at line 52 of file AbstractLinAlgPack_InnerProductThyra.cpp. |
|
|
Set to uninitialized and return smart pointer to the internal Postconditioins:
Definition at line 64 of file AbstractLinAlgPack_InnerProductThyra.cpp. |
|
|
Return a (converted) smart pointer to the internal smart pointer to the
If Definition at line 105 of file AbstractLinAlgPack_InnerProductThyra.hpp. |
|
||||||||||||
|
Implements AbstractLinAlgPack::InnerProduct. Definition at line 73 of file AbstractLinAlgPack_InnerProductThyra.cpp. |
1.3.9.1