Brick Library 0.1
Performance-portable stencil datalayout & codegen
|
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... | |