|
Find root of an input. More...
Functions | |
AFAPI array | root (const array &lhs, const array &rhs) |
C++ Interface for nth root. More... | |
AFAPI array | root (const array &lhs, const double rhs) |
C++ Interface for nth root. More... | |
AFAPI array | root (const double lhs, const array &rhs) |
C++ Interface for nth root. More... | |
AFAPI af_err | af_root (af_array *out, const af_array lhs, const af_array rhs, const bool batch) |
C Interface for root. More... | |
Find root of an input.
C Interface for root.
[out] | out | will contain lhs th root of rhs |
[in] | lhs | is nth root |
[in] | rhs | is value |
[in] | batch | specifies if operations need to be performed in batch mode |
C++ Interface for nth root.
[in] | lhs | is nth root |
[in] | rhs | is value |
lhs
th root of rhs
C++ Interface for nth root.
[in] | lhs | is nth root |
[in] | rhs | is value |
lhs
th root of rhs