Stan Math Library  2.14.0
reverse mode automatic differentiation
Classes | Namespaces | Functions
squared_distance.hpp File Reference
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/scal/fun/squared_distance.hpp>

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...
 

     [ Stan Home Page ] © 2011–2016, Stan Development Team.