1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 23:07:05 +01:00

Reorganise of file naming

This commit is contained in:
Peter Boyle
2015-06-03 12:47:05 +01:00
parent 6cb38dc5dc
commit f9b070d64d
75 changed files with 85 additions and 231 deletions

View File

@ -0,0 +1,11 @@
#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