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

◆ log10() [7/9]

template<typename Container , require_ad_container_t< Container > * = nullptr>
auto stan::math::log10 ( const Container &  x)
inline

Vectorized version of log10().

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

Template Parameters
Containertype of container
Parameters
xcontainer
Returns
Log base-10 applied to each value in x.
Template Parameters
ContainerType of x
Parameters
xContainer
Returns
Log base-10 of each variable in the container.

Definition at line 61 of file log10.hpp.