Evaluate the nth root. More...
Functions | |
AFAPI array | root (const array &nth_root, const array &value) |
C++ Interface to evaluate the nth root. More... | |
AFAPI array | root (const array &nth_root, const double value) |
C++ Interface to evaluate the nth root. More... | |
AFAPI array | root (const double nth_root, const array &value) |
C++ Interface to evaluate the nth root. More... | |
AFAPI 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. More... | |
Evaluate the nth root.
C Interface to evaluate the nth root.
[out] | out | lhs th root of rhs |
[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