mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
12 lines
255 B
C
12 lines
255 B
C
|
#ifndef GRID_MATH_ARITH_H
|
||
|
#define GRID_MATH_ARITH_H
|
||
|
|
||
|
#include <tensors/Tensor_arith_add.h>
|
||
|
#include <tensors/Tensor_arith_sub.h>
|
||
|
#include <tensors/Tensor_arith_mac.h>
|
||
|
#include <tensors/Tensor_arith_mul.h>
|
||
|
#include <tensors/Tensor_arith_scalar.h>
|
||
|
|
||
|
#endif
|
||
|
|