File indexing completed on 2023-05-28 05:10:55 UTC
view on githubraw file Latest commit b4daa243 on 2023-05-28 03:53:22 UTC
b4daa24319 Shre*0001 #ifndef ADCONTEXTCPX_INCLUDED
0002 #define ADCONTEXTCPX_INCLUDED
0003
0004 #include "adComplex.h"
0005
0006 void adContextCpx_init(double epsilon, double seed) ;
0007 void adContextCpx_initReal8(char* varname, cdcmplx *indep) ;
0008 void adContextCpx_initReal8Array(char* varname, cdcmplx *indep, int length) ;
0009 void adContextCpx_initReal4(char* varname, ccmplx *indep) ;
0010 void adContextCpx_initReal4Array(char* varname, ccmplx *indep, int length) ;
0011 void adContextCpx_startConclude() ;
0012 void adContextCpx_concludeReal8(char* varname, cdcmplx *dep) ;
0013 void adContextCpx_concludeReal8Array(char* varname, cdcmplx *dep, int length) ;
0014 void adContextCpx_concludeReal4(char* varname, ccmplx *dep) ;
0015 void adContextCpx_concludeReal4Array(char* varname, ccmplx *dep, int length) ;
0016 void adContextCpx_conclude() ;
0017
0018 #endif