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
Public Member Functions | List of all members
AbstractLinAlgPack::InnerProduct Class Referenceabstract

Abstract interface for inner products. More...

#include <AbstractLinAlgPack_InnerProduct.hpp>

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

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. More...
 

Detailed Description

Abstract interface for inner products.

ToDo: Finish documentaion

Definition at line 53 of file AbstractLinAlgPack_InnerProduct.hpp.

Constructor & Destructor Documentation

virtual AbstractLinAlgPack::InnerProduct::~InnerProduct ( )
inlinevirtual

Definition at line 57 of file AbstractLinAlgPack_InnerProduct.hpp.

Member Function Documentation

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

Compute the inner product of two vectors.

Preconditions:

  • ToDo: Spell out

Postconditions:

  • ToDo: Spell out
Parameters
v1[in] First vector
v2[in] Second vector
Returns
Returns some inner product of two vectors within a vector space..

Implemented in AbstractLinAlgPack::InnerProductDot.


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