1 #ifndef STAN__AGRAD__FWD__MATRIX__DOT_SELF_HPP
2 #define STAN__AGRAD__FWD__MATRIX__DOT_SELF_HPP
14 template<
typename T,
int R,
int C>
fvar< T > dot_self(const Eigen::Matrix< fvar< T >, R, C > &v)
bool check_vector(const char *function, const Eigen::Matrix< T, R, C > &x, const char *name, T_result *result)
fvar< T > dot_product(const Eigen::Matrix< fvar< T >, R1, C1 > &v1, const Eigen::Matrix< fvar< T >, R2, C2 > &v2)