shards  Version of the Day
 All Classes Functions Variables Typedefs Enumerations Enumerator Groups
Simple Compile-time Sized Array Operations

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...
 

Detailed Description

Simple operations such as Copy<N>, Sum<N>, Max<N>, etc.

Author
H. Carter Edwards hcedw.nosp@m.ar@s.nosp@m.andia.nosp@m..gov