summaryrefslogtreecommitdiffstats
path: root/contrib/lua-torch/torch7/lib/TH/THVector.h
blob: e29917b93ef28365596b885522ecbb9d8e0c6e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef TH_VECTOR_INC
#define TH_VECTOR_INC

#include "THGeneral.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