![]() |
Stan Math Library
2.12.0
reverse mode automatic differentiation
|
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/mat/fun/typedefs.hpp>
#include <stan/math/prim/mat/err/check_vector.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/mat/fun/typedefs.hpp>
#include <vector>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<int R, int C> | |
var | stan::math::dot_self (const Eigen::Matrix< var, R, C > &v) |
Returns the dot product of a vector with itself. More... | |
size_t size_ |
Definition at line 18 of file dot_self.hpp.
vari** v_ |
Definition at line 17 of file dot_self.hpp.