|
Minimum of two inputs. More...
Functions | |
AFAPI af_err | af_minof (af_array *out, const af_array lhs, const af_array rhs, const bool batch) |
C Interface for min of two arrays. More... | |
AFAPI array | min (const array &lhs, const array &rhs) |
C++ interface for min of two arrays. More... | |
AFAPI array | min (const array &lhs, const double rhs) |
C++ interface for min of two arrays. More... | |
AFAPI array | min (const double lhs, const array &rhs) |
C++ interface for min of two arrays. More... | |
Minimum of two inputs.
C Interface for min of two arrays.
[out] | out | will contain minimum of lhs and rhs |
[in] | lhs | first input |
[in] | rhs | second input |
[in] | batch | specifies if operations need to be performed in batch mode |
C++ interface for min of two arrays.
[in] | lhs | first input |
[in] | rhs | second input |
lhs
and rhs
C++ interface for min of two arrays.
[in] | lhs | first input |
[in] | rhs | second input |
lhs
and rhs