THCGreedy.h 358 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
void THCGreedy(THCState *state, THCudaLongTensor *cluster, THCudaLongTensor *row,
               THCudaLongTensor *col, THCudaLongTensor *deg);
rusty1s's avatar
rusty1s committed
10
11
12
13
14

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

#endif  // THC_GREEDY_INC