Template Function operator-(const vector<T>&, const vector<T>&)

Function Documentation

template<typename T>
inline vector<T> operator-(const vector<T> &x, const vector<T> &y)

adds two vectors : returns x - y