Evaluate the nth root. More...
| Functions | |
| array | root (const array &nth_root, const array &value) | 
| C++ Interface to evaluate the nth root. | |
| array | root (const array &nth_root, const double value) | 
| C++ Interface to evaluate the nth root. | |
| array | root (const double nth_root, const array &value) | 
| C++ Interface to evaluate the nth root. | |
| af_err | af_root (af_array *out, const af_array lhs, const af_array rhs, const bool batch) | 
| C Interface to evaluate the nth root. | |
Evaluate the nth root.
C Interface to evaluate the nth root.
| [out] | out | lhsth root ofrhs | 
| [in] | lhs | nth root | 
| [in] | rhs | value | 
| [in] | batch | batch mode | 
C++ Interface to evaluate the nth root.
| [in] | nth_root | nth root | 
| [in] | value | value | 
nth_root th root of value C++ Interface to evaluate the nth root.
| [in] | nth_root | nth root | 
| [in] | value | value | 
nth_root th root of value