AbstractLinAlgPack::InnerProduct Class Reference
Abstract interface for inner products.
More...
#include <AbstractLinAlgPack_InnerProduct.hpp>
Inheritance diagram for AbstractLinAlgPack::InnerProduct:
[legend]List of all members.
|
Public Member Functions |
| virtual value_type | inner_prod (const Vector &v1, const Vector &v2) const =0 |
| | Compute the inner product of two vectors.
|
Detailed Description
Abstract interface for inner products.
ToDo: Finish documentaion
Definition at line 40 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:
Postconditions:
- 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:
Generated on Thu Sep 18 12:33:53 2008 for AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects by
1.3.9.1