ISCE_INSAR/components/zerodop/GPUampcor/include/GPUamp.h

13 lines
197 B
C
Raw Normal View History

2019-01-16 19:40:08 +00:00
//
// Author: Joshua Cohen
// Copyright 2017
//
#ifndef GPU_AMPCOR_H
#define GPU_AMPCOR_H
int nBlocksPossible(int*);
void runGPUAmpcor(float*,int*,void**,void**,int*,int*,int**,float**);
#endif