![]() |
Stan Math Library
2.15.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 var &a, const var &b) |
Returns the log sum of exponentials. More... | |
var | stan::math::squared_distance (const var &a, double b) |
Returns the log sum of exponentials. More... | |
var | stan::math::squared_distance (double a, const var &b) |
Returns the log sum of exponentials. More... | |