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

◆ tgamma() [3/7]

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

Returns the elementwise tgamma() of a var_value<matrix_cl<double>>.

Parameters
Aargument
Returns
Elementwise tgamma() of the input.

Definition at line 20 of file tgamma.hpp.