Files
URDepends/TVALGPU/include/tval3gpu3d.h
2023-05-18 16:04:27 +08:00

4 lines
109 B
C

#include <mex.h>
extern "C"{
void TVALGPU(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) ;
}