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

◆ fabs() [8/8]

template<typename VarMat , require_var_matrix_t< VarMat > * = nullptr>
auto stan::math::fabs ( const VarMat &  a)
inline

Return the absolute value of the variable (cmath).

Template Parameters
Varmata var_value with inner Eigen type
Parameters
aInput variable.
Returns
Absolute value of variable.

Definition at line 71 of file fabs.hpp.