Brick Library 0.1
Performance-portable stencil datalayout & codegen
Loading...
Searching...
No Matches
Classes
Calculate the product of n numbers in a template

Classes

struct  cal_size< xs >
 Generic base template for Calculate the product of n numbers in a template. More...
 
struct  cal_size< x >
 return x when only one number left Calculate the product of n numbers in a template More...
 
struct  cal_size< x, xs... >
 Head of the list multiply by result from the rest of list Calculate the product of n numbers in a template. More...
 

Detailed Description