THCGreedy.h 459 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
#ifndef THC_GREEDY_INC
#define THC_GREEDY_INC

#include <THC/THC.h>

rusty1s's avatar
rusty1s committed
6
#define THCGreedy_ TH_CONCAT_3(TH,CReal,Greedy)
rusty1s's avatar
rusty1s committed
7

rusty1s's avatar
rusty1s committed
8
9
10
11
#ifdef __cplusplus
extern "C" {
#endif  // __cplusplus

rusty1s's avatar
rusty1s committed
12
13
void THCGreedy(THCState *state, THCudaLongTensor *cluster, THCudaLongTensor *row,
               THCudaLongTensor *col, THCudaLongTensor *deg);
rusty1s's avatar
rusty1s committed
14
15
16
17

#include "generic/THCGreedy.h"
#include "THC/THCGenerateAllTypes.h"

rusty1s's avatar
rusty1s committed
18
19
20
21
#ifdef __cplusplus
}
#endif  // __cplusplus

rusty1s's avatar
rusty1s committed
22
#endif  // THC_GREEDY_INC