42 #include "AbstractLinAlgPack_InnerProductDot.hpp"
43 #include "AbstractLinAlgPack_Vector.hpp"
44 #include "AbstractLinAlgPack_VectorStdOps.hpp"
46 namespace AbstractLinAlgPack {
Abstract interface for immutable, finite dimensional, coordinate vectors {abstract}.
value_type inner_prod(const Vector &v1, const Vector &v2) const
value_type dot(const Vector &v_rhs1, const Vector &v_rhs2)
result = v_rhs1' * v_rhs2