| shards
    Version of the Day
    | 
Take minimum value of each member of two arrays. More...
#include <Shards_SimpleArrayOps.hpp>
| Public Types | |
| enum | { N = n, I = i } | 
| Public Member Functions | |
| template<typename T > | |
| Min (T *const dst, const T *const src) | |
| dst[0..N-1] = min( dst[0..N-1] , src[0..N-1] ) | |
Take minimum value of each member of two arrays.
| n | Number of members to iterate. | 
Definition at line 128 of file Shards_SimpleArrayOps.hpp.