|
Round to nearest integer. More...
Functions | |
AFAPI array | round (const array &in) |
C++ Interface for rounding an array of numbers. More... | |
AFAPI af_err | af_sign (af_array *out, const af_array in) |
C Interface for finding the sign of the input. More... | |
AFAPI af_err | af_round (af_array *out, const af_array in) |
C Interface for rounding an array of numbers. More... | |
Round to nearest integer.
C Interface for rounding an array of numbers.
[out] | out | will contain values rounded to nearest integer |
[in] | in | is input array |
C Interface for finding the sign of the input.
[out] | out | will contain the sign of each element of the input arrays |
[in] | in | is input array |
C++ Interface for rounding an array of numbers.
[in] | in | is input array |