source: Sophya/trunk/SophyaLib/NTools/hbook.h@ 634

Last change on this file since 634 was 220, checked in by ansari, 26 years ago

Creation module DPC/NTools Reza 09/04/99

File size: 2.7 KB
Line 
1/* link to hbook */
2/* CMV 94 */
3
4#ifndef HBOOK_H_SEEN
5#define HBOOK_H_SEEN
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11void hbandx_(int_4 *,float *,float *,float *);
12void hbandy_(int_4 *,float *,float *,float *);
13
14void hbarx_(int_4 *);
15void hbary_(int_4 *);
16
17void hbfun1_(int_4 *,char *,int_4 *,float *,float *,float fun(float *),int_4);
18void hbfun2_(int_4 *,char *,int_4 *,float *,float *,int_4 *,float *,float *
19 ,float fun(float *,float *),int_4);
20void hbigbi_(int_4 *,int_4 *);
21void hbook1_(int_4 *,char *,int_4 *,float *,float *,float *,int_4);
22void hbook2_(int_4 *,char *,int_4 *,float *,float *
23 ,int_4 *,float *,float *,float *,int_4);
24void hbpro_(int_4 *,float *);
25void hbprof_(int_4 *,char *,int_4 *,float *,float *
26 ,float *,float *,char *,int_4,int_4);
27void hbprox_(int_4 *,float *);
28void hbproy_(int_4 *,float *);
29void hbslix_(int_4 *,int_4 *,float *);
30void hbsliy_(int_4 *,int_4 *,float *);
31void hcdir_(char *,char *,int_4,int_4);
32void hdelet_(int_4 *);
33void hfill_(int_4 *,float *,float *,float *);
34void hfithn_(int_4 *,char *,char *,int_4 *,float *
35 ,float *,float *,float *,float *,float *,int_4,int_4);
36void hfn_(int_4 *,float *);
37void hfunc_(int_4 *,float fun(float *));
38void hgive_(int_4 *,char *,int_4 *,float *,float *
39 ,int_4 *,float *,float *,int_4 *,int_4 *);
40void hgn_(int_4 *,int_4 *,int_4 *,float *,int_4 *);
41void hgnf_(int_4 *,int_4 *,float *,int_4 *);
42void hgnpar_(int_4 *,char *,int_4);
43float hi_(int_4 *,int_4 *);
44void hidopt_(int_4 *,char *,int_4);
45float hie_(int_4 *,int_4 *);
46float hif_(int_4 *,int_4 *);
47float hij_(int_4 *,int_4 *,int_4 *);
48void hijxy_(int_4 *,int_4 *,int_4 *,float *,float *);
49void hix_(int_4 *,int_4 *,float *);
50void hldir_(char *,char *,int_4,int_4);
51void hmdir_(char *,char *,int_4,int_4);
52float hmax_(int_4 *);
53void hmaxim_(int_4 *,float *);
54float hmin_(int_4 *);
55void hminim_(int_4 *,float *);
56void hnorma_(int_4 *,float *);
57void hnoent_(int_4 *,int_4 *);
58void hpak_(int_4 *,float *);
59void hpake_(int_4 *,float *);
60void hprint_(int_4 *);
61void hrend_(char *,int_4);
62void hrin_(int_4 *,int_4 *,int_4 *);
63float hrndm1_(int_4 *);
64void hrndm2_(int_4 *,float *,float *);
65void hropen_(int_4 *,char *,char *,char *,int_4 *,int_4 *,int_4,int_4,int_4);
66void hrout_(int_4 *,int_4 *,char *,int_4);
67void hscale_(int_4 *,float *);
68float hstati_(int_4 *,int_4 *,char *,int_4 *,int_4);
69float hsum_(int_4 *);
70void hunpak_(int_4 *,float *,char *,int_4 *,int_4);
71void hunpke_(int_4 *,float *,char *,int_4 *,int_4);
72float hx_(int_4 *,float *);
73float hxe_(int_4 *,float *);
74float hxi_(int_4 *,float *,int_4 *);
75float hxyij_(int_4 *,float *,float *,int_4 *,int_4 *);
76float hxy_(int_4 *,float *,float *);
77
78#ifdef __cplusplus
79}
80#endif
81
82#endif
83
Note: See TracBrowser for help on using the repository browser.