#include <AbstractLinAlgPack_InnerProductDot.hpp>
Inheritance diagram for AbstractLinAlgPack::InnerProductDot:

Overridden from InnerProduct | |
| value_type | inner_prod (const Vector &v1, const Vector &v2) const |
| | |
ToDo: Finish documentaion
Definition at line 40 of file AbstractLinAlgPack_InnerProductDot.hpp.
| value_type AbstractLinAlgPack::InnerProductDot::inner_prod | ( | const Vector & | v1, | |
| const Vector & | v2 | |||
| ) | const [virtual] |
Implements AbstractLinAlgPack::InnerProduct.
Definition at line 35 of file AbstractLinAlgPack_InnerProductDot.cpp.
1.4.7