Evaluate the factorial. More...
Functions | |
AFAPI array | factorial (const array &in) |
C++ Interface to calculate the factorial. More... | |
AFAPI af_err | af_factorial (af_array *out, const af_array in) |
C Interface to calculate the factorial. More... | |
Evaluate the factorial.
C Interface to calculate the factorial.
[out] | out | factorial |
[in] | in | input array |