Stan Math Library  2.20.0
reverse mode automatic differentiation
Classes | Namespaces | Functions
pow.hpp File Reference
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/scal/fun/inv.hpp>
#include <stan/math/rev/scal/fun/inv_sqrt.hpp>
#include <stan/math/rev/scal/fun/inv_square.hpp>
#include <stan/math/rev/scal/fun/sqrt.hpp>
#include <stan/math/rev/scal/fun/square.hpp>
#include <stan/math/prim/scal/fun/is_any_nan.hpp>
#include <cmath>
#include <limits>

Go to the source code of this file.

Classes

class  stan::math::internal::pow_vv_vari
 
class  stan::math::internal::pow_vd_vari
 
class  stan::math::internal::pow_dv_vari
 

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 
 stan::math::internal
 

Functions

var stan::math::pow (const var &base, const var &exponent)
 Return the base raised to the power of the exponent (cmath). More...
 
var stan::math::pow (const var &base, double exponent)
 Return the base variable raised to the power of the exponent scalar (cmath). More...
 
var stan::math::pow (double base, const var &exponent)
 Return the base scalar raised to the power of the exponent variable (cmath). More...
 

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