arraymath.cuh 634 Bytes
#ifndef STIM_CUDA_ARRAYMATH_H
#define STIM_CUDA_ARRAYMATH_H

#include <stim/cuda/arraymath/array_add.cuh>
#include <stim/cuda/arraymath/array_multiply.cuh>
#include <stim/cuda/arraymath/array_multiply2.cuh>
#include <stim/cuda/arraymath/array_divide.cuh>
#include <stim/cuda/arraymath/array_cos.cuh>
#include <stim/cuda/arraymath/array_sin.cuh>
#include <stim/cuda/arraymath/array_atan.cuh>
#include <stim/cuda/arraymath/array_abs.cuh>
#include <stim/cuda/arraymath/array_cart2polar.cuh>
#include <stim/cuda/arraymath/array_threshold.cuh>
#include <stim/cuda/arraymath/array_add3.cuh>
namespace stim{
	namespace cuda{
	
	}
}



#endif