#include <AbstractLinAlgPack_InnerProduct.hpp>
Inheritance diagram for AbstractLinAlgPack::InnerProduct:

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. | |
ToDo: Finish documentaion
Definition at line 40 of file AbstractLinAlgPack_InnerProduct.hpp.
| virtual AbstractLinAlgPack::InnerProduct::~InnerProduct | ( | ) | [inline, virtual] |
| virtual value_type AbstractLinAlgPack::InnerProduct::inner_prod | ( | const Vector & | v1, | |
| const Vector & | v2 | |||
| ) | const [pure virtual] |
Compute the inner product of two vectors.
Preconditions:
Postconditions:
| v1 | [in] First vector | |
| v2 | [in] Second vector |
Implemented in AbstractLinAlgPack::InnerProductDot.
1.4.7