/* * vector_ops.hpp * * Created on: Apr 1, 2010 * Author: crueger */ #ifndef VECTOR_OPS_HPP_ #define VECTOR_OPS_HPP_ bool LSQdistance(Vector &res,const Vector **vectors, int num); #endif /* VECTOR_OPS_HPP_ */