MOOCHO (Single Doxygen Collection)
Version of the Day
|
Abstract interface for inner products. More...
#include <AbstractLinAlgPack_InnerProduct.hpp>
Public Member Functions | |
virtual | ~InnerProduct () |
virtual value_type | inner_prod (const Vector &v1, const Vector &v2) const =0 |
Compute the inner product of two vectors. More... | |
Abstract interface for inner products.
ToDo: Finish documentaion
Definition at line 53 of file AbstractLinAlgPack_InnerProduct.hpp.
|
inlinevirtual |
Definition at line 57 of file AbstractLinAlgPack_InnerProduct.hpp.
|
pure virtual |
Compute the inner product of two vectors.
Preconditions:
Postconditions:
v1 | [in] First vector |
v2 | [in] Second vector |
Implemented in AbstractLinAlgPack::InnerProductThyra, and AbstractLinAlgPack::InnerProductDot.