1 #ifndef STAN__MATH__FUNCTIONS__DOT_HPP
2 #define STAN__MATH__FUNCTIONS__DOT_HPP
11 inline double dot(
const std::vector<double>& x,
12 const std::vector<double>& y) {
14 for (
size_t i = 0; i < x.size(); ++i)
double dot(const std::vector< double > &x, const std::vector< double > &y)
double sum(std::vector< double > &x)