![]() |
Stan Math Library
2.11.0
reverse mode automatic differentiation
|
Go to the source code of this file.
Classes | |
| class | stan::math::scal_squared_distance_vv_vari |
| class | stan::math::scal_squared_distance_vd_vari |
| class | stan::math::scal_squared_distance_dv_vari |
Namespaces | |
| stan | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| var | stan::math::squared_distance (const stan::math::var &a, const stan::math::var &b) |
| Returns the log sum of exponentials. More... | |
| var | stan::math::squared_distance (const stan::math::var &a, const double &b) |
| Returns the log sum of exponentials. More... | |
| var | stan::math::squared_distance (const double &a, const stan::math::var &b) |
| Returns the log sum of exponentials. More... | |