Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ atan() [6/9]

template<typename Container , require_container_st< std::is_arithmetic, Container > * = nullptr>
auto stan::math::atan ( const Container &  x)
inline

Version of atan() that accepts std::vectors, Eigen Matrix/Array objects, or expressions, and containers of these.

Template Parameters
ContainerType of x
Parameters
xContainer
Returns
Elementwise atan of members of container.

Definition at line 59 of file atan.hpp.