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

◆ floor() [3/7]

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

Returns the elementwise floor() of the input var_value<matrix_cl<double>>.

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

Definition at line 21 of file floor.hpp.