shards
Version of the Day
|
Simple operations such as Copy<N>, Sum<N>, Max<N>, etc. More...
Classes | |
struct | shards::Copy< n, i > |
Copy into an array. More... | |
struct | shards::Sum< n, i > |
Sum into an array. More... | |
struct | shards::Prod< n, i > |
Scale into an array. More... | |
struct | shards::BitOr< n, i > |
Bitwise-or into an array. More... | |
struct | shards::BitAnd< n, i > |
Bitwise-and into an array. More... | |
struct | shards::Max< n, i > |
Take maximum value of each member of two arrays. More... | |
struct | shards::Min< n, i > |
Take minimum value of each member of two arrays. More... | |
struct | shards::InnerProduct< n, i > |
Inner product of two arrays. More... | |
struct | shards::Compare< n, i > |
Lexicographical comparison of two arrays. More... | |
Simple operations such as Copy<N>, Sum<N>, Max<N>, etc.