| 
    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 | 
Additional Inherited Members | |
  Public Member Functions inherited from AbstractLinAlgPack::InnerProduct | |
| virtual | ~InnerProduct () | 
Implements the inner product as the dot product.
ToDo: Finish documentaion
Definition at line 53 of file AbstractLinAlgPack_InnerProductDot.hpp.
      
  | 
  virtual | 
Implements AbstractLinAlgPack::InnerProduct.
Definition at line 48 of file AbstractLinAlgPack_InnerProductDot.cpp.
 1.8.6