42 #ifndef ALAP_INNER_PRODUCT_H
43 #define ALAP_INNER_PRODUCT_H
45 #include "AbstractLinAlgPack_Types.hpp"
47 namespace AbstractLinAlgPack {
80 #endif // ALAP_INNER_PRODUCT_H
Abstract interface for immutable, finite dimensional, coordinate vectors {abstract}.
Abstract interface for inner products.
virtual value_type inner_prod(const Vector &v1, const Vector &v2) const =0
Compute the inner product of two vectors.