File: FTables.h

package info (click to toggle)
scilab 4.0-12
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 100,640 kB
  • ctags: 57,333
  • sloc: ansic: 377,889; fortran: 242,862; xml: 179,819; tcl: 42,062; sh: 10,593; ml: 9,441; makefile: 4,377; cpp: 1,354; java: 621; csh: 260; yacc: 247; perl: 130; lex: 126; asm: 72; lisp: 30
file content (265 lines) | stat: -rw-r--r-- 7,582 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
#ifndef __FTABLES__
#define __FTABLES__
/******* Please do not edit *************/
/**************** fydot ***************/
extern void C2F(fex)(ARGS_fydot);
extern void C2F(fex2)(ARGS_fydot);
extern void C2F(fex3)(ARGS_fydot);
extern void C2F(fexab)(ARGS_fydot);
extern void C2F(loren)(ARGS_fydot);
extern void C2F(arnol)(ARGS_fydot);
extern void C2F(bcomp)(ARGS_fydot);
extern void C2F(lcomp)(ARGS_fydot);
 
FTAB FTab_fydot[] ={
{"arnol", (voidf)  C2F(arnol)},
{"bcomp", (voidf)  C2F(bcomp)},
{"fex", (voidf)  C2F(fex)},
{"fex2", (voidf)  C2F(fex2)},
{"fex3", (voidf)  C2F(fex3)},
{"fexab", (voidf)  C2F(fexab)},
{"lcomp", (voidf)  C2F(lcomp)},
{"loren", (voidf)  C2F(loren)},
{(char *) 0, (voidf) 0}};
/**************** ffeval ***************/
extern void C2F(parab)(ARGS_ffeval);
extern void C2F(parabc)(ARGS_ffeval);
 
FTAB FTab_ffeval[] ={
{"parab", (voidf)  C2F(parab)},
{"parabc", (voidf)  C2F(parabc)},
{(char *) 0, (voidf) 0}};
/**************** fres ***************/
extern void C2F(resid)(ARGS_fres);
 
FTAB FTab_fres[] ={
{"resid", (voidf)  C2F(resid)},
{(char *) 0, (voidf) 0}};
/**************** fadda ***************/
extern void C2F(aplusp)(ARGS_fadda);
 
FTAB FTab_fadda[] ={
{"aplusp", (voidf)  C2F(aplusp)},
{(char *) 0, (voidf) 0}};
/**************** fj2 ***************/
extern void C2F(dgbydy)(ARGS_fj2);
 
FTAB FTab_fj2[] ={
{"dgbydy", (voidf)  C2F(dgbydy)},
{(char *) 0, (voidf) 0}};
/**************** fjac ***************/
extern void C2F(jex)(ARGS_fjac);
 
FTAB FTab_fjac[] ={
{"jex", (voidf)  C2F(jex)},
{(char *) 0, (voidf) 0}};
/**************** dgetx ***************/
extern void C2F(corexx)(ARGS_dgetx);
 
FTAB FTab_dgetx[] ={
{"corexx", (voidf)  C2F(corexx)},
{(char *) 0, (voidf) 0}};
/**************** dgety ***************/
extern void C2F(corexy)(ARGS_dgety);
 
FTAB FTab_dgety[] ={
{"corexy", (voidf)  C2F(corexy)},
{(char *) 0, (voidf) 0}};
/**************** fcoldg ***************/
extern void C2F(cndg)(ARGS_fcoldg);
 
FTAB FTab_fcoldg[] ={
{"cndg", (voidf)  C2F(cndg)},
{(char *) 0, (voidf) 0}};
/**************** fcolg ***************/
extern void C2F(cng)(ARGS_fcolg);
 
FTAB FTab_fcolg[] ={
{"cng", (voidf)  C2F(cng)},
{(char *) 0, (voidf) 0}};
/**************** fcolf ***************/
extern void C2F(cnf)(ARGS_fcolf);
 
FTAB FTab_fcolf[] ={
{"cnf", (voidf)  C2F(cnf)},
{(char *) 0, (voidf) 0}};
/**************** fcoldf ***************/
extern void C2F(cndf)(ARGS_fcoldf);
 
FTAB FTab_fcoldf[] ={
{"cndf", (voidf)  C2F(cndf)},
{(char *) 0, (voidf) 0}};
/**************** fcolgu ***************/
extern void C2F(cngu)(ARGS_fcolgu);
 
FTAB FTab_fcolgu[] ={
{"cngu", (voidf)  C2F(cngu)},
{(char *) 0, (voidf) 0}};
/**************** fintg ***************/
extern void C2F(intgex)(ARGS_fintg);
 
FTAB FTab_fintg[] ={
{"intgex", (voidf)  C2F(intgex)},
{(char *) 0, (voidf) 0}};
/**************** fint2d ***************/
extern void C2F(int2dex)(ARGS_fint2d);
 
FTAB FTab_fint2d[] ={
{"int2dex", (voidf)  C2F(int2dex)},
{(char *) 0, (voidf) 0}};
/**************** fint3d ***************/
extern void C2F(int3dex)(ARGS_fint3d);
 
FTAB FTab_fint3d[] ={
{"int3dex", (voidf)  C2F(int3dex)},
{(char *) 0, (voidf) 0}};
/**************** fsolvf ***************/
extern void C2F(fsol1)(ARGS_fsolvf);
 
FTAB FTab_fsolvf[] ={
{"fsol1", (voidf)  C2F(fsol1)},
{(char *) 0, (voidf) 0}};
/**************** fsolvj ***************/
extern void C2F(fsolj1)(ARGS_fsolvj);
 
FTAB FTab_fsolvj[] ={
{"fsolj1", (voidf)  C2F(fsolj1)},
{(char *) 0, (voidf) 0}};
/**************** foptim ***************/
extern void C2F(genros)(ARGS_foptim);
extern void C2F(topt2)(ARGS_foptim);
extern void C2F(icsemc)(ARGS_foptim);
 
FTAB FTab_foptim[] ={
{"genros", (voidf)  C2F(genros)},
{"icsemc", (voidf)  C2F(icsemc)},
{"topt2", (voidf)  C2F(topt2)},
{(char *) 0, (voidf) 0}};
/**************** fschur ***************/
extern void C2F(folhp)(ARGS_fschur);
extern void C2F(find)(ARGS_fschur);
 
FTAB FTab_fschur[] ={
{"find", (voidf)  C2F(find)},
{"folhp", (voidf)  C2F(folhp)},
{(char *) 0, (voidf) 0}};
/**************** schsel ***************/
extern void C2F(sb02mv)(ARGS_schsel);
extern void C2F(sb02mw)(ARGS_schsel);
 
FTAB FTab_schsel[] ={
{"sb02mv", (voidf)  C2F(sb02mv)},
{"sb02mw", (voidf)  C2F(sb02mw)},
{(char *) 0, (voidf) 0}};
/**************** zchsel ***************/
extern void C2F(zb02mv)(ARGS_zchsel);
extern void C2F(zb02mw)(ARGS_zchsel);
 
FTAB FTab_zchsel[] ={
{"zb02mv", (voidf)  C2F(zb02mv)},
{"zb02mw", (voidf)  C2F(zb02mw)},
{(char *) 0, (voidf) 0}};
/**************** gshsel ***************/
extern void C2F(sb02ow)(ARGS_gshsel);
extern void C2F(sb02ox)(ARGS_gshsel);
 
FTAB FTab_gshsel[] ={
{"sb02ow", (voidf)  C2F(sb02ow)},
{"sb02ox", (voidf)  C2F(sb02ox)},
{(char *) 0, (voidf) 0}};
/**************** gzhsel ***************/
extern void C2F(zb02ow)(ARGS_gzhsel);
extern void C2F(zb02ox)(ARGS_gzhsel);
 
FTAB FTab_gzhsel[] ={
{"zb02ow", (voidf)  C2F(zb02ow)},
{"zb02ox", (voidf)  C2F(zb02ox)},
{(char *) 0, (voidf) 0}};
/**************** fydot2 ***************/
extern void C2F(fexcd)(ARGS_fydot2);
extern void C2F(fcd)(ARGS_fydot2);
extern void C2F(fcd1)(ARGS_fydot2);
extern void C2F(phis)(ARGS_fydot2);
extern void C2F(phit)(ARGS_fydot2);
 
FTAB FTab_fydot2[] ={
{"fcd", (voidf)  C2F(fcd)},
{"fcd1", (voidf)  C2F(fcd1)},
{"fexcd", (voidf)  C2F(fexcd)},
{"phis", (voidf)  C2F(phis)},
{"phit", (voidf)  C2F(phit)},
{(char *) 0, (voidf) 0}};
/**************** fresd ***************/
extern void C2F(dres1)(ARGS_fresd);
extern void C2F(dres2)(ARGS_fresd);
extern void C2F(res1)(ARGS_fresd);
extern void C2F(res2)(ARGS_fresd);
 
FTAB FTab_fresd[] ={
{"dres1", (voidf)  C2F(dres1)},
{"dres2", (voidf)  C2F(dres2)},
{"res1", (voidf)  C2F(res1)},
{"res2", (voidf)  C2F(res2)},
{(char *) 0, (voidf) 0}};
/**************** fjacd ***************/
extern void C2F(djac1)(ARGS_fjacd);
extern void C2F(djac2)(ARGS_fjacd);
extern void C2F(jac2)(ARGS_fjacd);
 
FTAB FTab_fjacd[] ={
{"djac1", (voidf)  C2F(djac1)},
{"djac2", (voidf)  C2F(djac2)},
{"jac2", (voidf)  C2F(jac2)},
{(char *) 0, (voidf) 0}};
/**************** fsurf ***************/
 
FTAB FTab_fsurf[] ={
{(char *) 0, (voidf) 0}};
/**************** fsurfd ***************/
extern void C2F(gr1)(ARGS_fsurfd);
extern void C2F(gr2)(ARGS_fsurfd);
 
FTAB FTab_fsurfd[] ={
{"gr1", (voidf)  C2F(gr1)},
{"gr2", (voidf)  C2F(gr2)},
{(char *) 0, (voidf) 0}};
/**************** fbutn ***************/
extern void C2F(haltscicos)(ARGS_fbutn);
 
FTAB FTab_fbutn[] ={
{"haltscicos", (voidf)  C2F(haltscicos)},
{(char *) 0, (voidf) 0}};
/**************** interf ***************/
extern void C2F(foubare)(ARGS_interf);
extern void C2F(foobar1)(ARGS_interf);
extern void C2F(icomp)(ARGS_interf);
extern void C2F(loset)(ARGS_interf);
extern void C2F(arset)(ARGS_interf);
extern void C2F(icse0)(ARGS_interf);
extern void C2F(icse)(ARGS_interf);
extern void C2F(icscof)(ARGS_interf);
 
FTAB FTab_interf[] ={
{"arset", (voidf)  C2F(arset)},
{"foobar1", (voidf)  C2F(foobar1)},
{"foubare", (voidf)  C2F(foubare)},
{"icomp", (voidf)  C2F(icomp)},
{"icscof", (voidf)  C2F(icscof)},
{"icse", (voidf)  C2F(icse)},
{"icse0", (voidf)  C2F(icse0)},
{"loset", (voidf)  C2F(loset)},
{(char *) 0, (voidf) 0}};
/**************** lsqrsolvf ***************/
extern void C2F(lsqrsol1)(ARGS_lsqrsolvf);
 
FTAB FTab_lsqrsolvf[] ={
{"lsqrsol1", (voidf)  C2F(lsqrsol1)},
{(char *) 0, (voidf) 0}};
/**************** lsqrsolvj ***************/
extern void C2F(lsqrsolj1)(ARGS_lsqrsolvj);
 
FTAB FTab_lsqrsolvj[] ={
{"lsqrsolj1", (voidf)  C2F(lsqrsolj1)},
{(char *) 0, (voidf) 0}};
/***********************************/
#endif /*__FTABLES__*/