46 namespace AbstractLinAlgPack {
Abstract interface for immutable, finite dimensional, coordinate vectors {abstract}.
RTOp_value_type value_type
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