|
shards Version of the Day
|
Take maximum 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 > | |
| Max (T *const dst, const T *const src) | |
| dst[0..N-1] = max( dst[0..N-1] , src[0..N-1] ) More... | |
Take maximum value of each member of two arrays.
| n | Number of members to iterate. |
Definition at line 149 of file Shards_SimpleArrayOps.hpp.
| anonymous enum |
Definition at line 150 of file Shards_SimpleArrayOps.hpp.
|
inline |
dst[0..N-1] = max( dst[0..N-1] , src[0..N-1] )
Definition at line 154 of file Shards_SimpleArrayOps.hpp.
|
inline |
Definition at line 157 of file Shards_SimpleArrayOps.hpp.