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

◆ cbrt() [6/6]

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

Returns the cube root of the specified variable (C99).

Template Parameters
Varmata var_value with inner Eigen type
Parameters
aSpecified variable.
Returns
Cube root of the variable.

Definition at line 50 of file cbrt.hpp.