THCBasis.h 262 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef THC_BASIS_INC
#define THC_BASIS_INC

#include <THC/THC.h>

#ifdef __cplusplus
extern "C" {
#endif  // __cplusplus

#include "generic/THCBasis.h"
#include "THC/THCGenerateFloatTypes.h"

#ifdef __cplusplus
}
#endif  // __cplusplus

#endif // THC_BASIS_INC