|
My Project
|
|
Functions | |
| AFAPI af_err | af_rem (af_array *out, const af_array lhs, const af_array rhs, const bool batch) |
| C Interface for remainder. More... | |
| AFAPI array | rem (const array &lhs, const array &rhs) |
| AFAPI array | rem (const array &lhs, const double rhs) |
| AFAPI array | rem (const double lhs, const array &rhs) |
Remainder operation
C Interface for remainder.
| [out] | out | will contain the remainder of lhs divided by rhs |
| [in] | lhs | is numerator |
| [in] | rhs | is denominator |
| [in] | batch | specifies if operations need to be performed in batch mode |
C++ Interface for remainder when array divides array, scalar divides array or array divides scalar
| [in] | lhs | is numerator |
| [in] | rhs | is denominator |
rhs divides lhs C++ Interface for remainder when array divides array, scalar divides array or array divides scalar
| [in] | lhs | is numerator |
| [in] | rhs | is denominator |
rhs divides lhs