Stan Math Library  2.14.0
reverse mode automatic differentiation
Static Public Member Functions | List of all members
stan::math::asin_fun Struct Reference

Structure to wrap asin() so it can be vectorized. More...

#include <asin.hpp>

Static Public Member Functions

template<typename T >
static T fun (const T &x)
 

Detailed Description

Structure to wrap asin() so it can be vectorized.

Parameters
xArgument variable.
Template Parameters
TArgument type.
Returns
Arcsine of x in radians.

Definition at line 16 of file asin.hpp.

Member Function Documentation

§ fun()

template<typename T >
static T stan::math::asin_fun::fun ( const T &  x)
inlinestatic

Definition at line 18 of file asin.hpp.


The documentation for this struct was generated from the following file:

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