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

◆ acos() [4/9]

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

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

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

Definition at line 21 of file acos.hpp.