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

◆ asinh() [4/8]

template<typename T , require_all_kernel_expressions_and_none_scalar_t< T > * = nullptr>
var_value< matrix_cl< double > > stan::math::asinh ( const var_value< T > &  A)
inline

Returns the elementwise asinh() of a var_value<matrix_cl<double>> in radians.

Parameters
Aargument
Returns
Elementwise asinh() of the input, in radians.

Definition at line 21 of file asinh.hpp.