AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
AbstractLinAlgPack::InnerProductDot Class Reference

Implements the inner product as the dot product. More...

#include <AbstractLinAlgPack_InnerProductDot.hpp>

Inheritance diagram for AbstractLinAlgPack::InnerProductDot:
Inheritance graph
[legend]

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 ()
 

Detailed Description

Implements the inner product as the dot product.

ToDo: Finish documentaion

Definition at line 53 of file AbstractLinAlgPack_InnerProductDot.hpp.

Member Function Documentation

value_type AbstractLinAlgPack::InnerProductDot::inner_prod ( const Vector v1,
const Vector v2 
) const
virtual

The documentation for this class was generated from the following files: