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

◆ sinh() [4/9]

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

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

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

Definition at line 21 of file sinh.hpp.