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

◆ ceil() [3/6]

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

Returns the elementwise ceil() of the specified variable.

Parameters
Ainput var_value<matrix_cl<double>>.
Returns
Elementwise ceil() of the input argument.

Definition at line 20 of file ceil.hpp.