blob: e5684dd5be7b7a0c56251fc8c9ce13fe09d4a769 [file] [log] [blame]
#ifndef TH_VECTOR_INC
#define TH_VECTOR_INC
#include <TH/THGeneral.h>
#include "THMath.h"
#define THVector_(NAME) TH_CONCAT_4(TH,Real,Vector_,NAME)
/* We are going to use dynamic dispatch, and want only to generate declarations
* of the vector functions */
#include "generic/THVector.h"
#include "THGenerateAllTypes.h"
#endif // TH_VECTOR_INC