|
AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects
Version of the Day
|
Implements the inner product as the dot product. More...
#include <AbstractLinAlgPack_InnerProductDot.hpp>

Overridden from InnerProduct | |
| value_type | inner_prod (const Vector &v1, const Vector &v2) const |
| | |
Implements the inner product as the dot product.
ToDo: Finish documentaion
Definition at line 53 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 48 of file AbstractLinAlgPack_InnerProductDot.cpp.
1.7.6.1