File: System2.c

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (81 lines) | stat: -rw-r--r-- 1,090 bytes parent folder | download
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
/* Copyright INRIA/ENPC */

#include "../machine.h"

/** only used to force the linker to load all calelm functions **/

System2_contents(x) 
     int x;
{
  if ( x== 1) 
    {
C2F(bint2d)();
C2F(bint3d)();
C2F(atome)();
C2F(badd)();
C2F(basnms)();
C2F(bfeval)();
C2F(bgetx)();
C2F(bgety)();
C2F(bintg)();
C2F(bj2)();
C2F(bjac)();
C2F(bjacd)();
C2F(bjsolv)();
C2F(boptim)();
C2F(bresd)();
C2F(bresid)();
C2F(bschur)();
C2F(bsolv)();
C2F(bsurf)();
C2F(bsurfd)();
C2F(btof)();
C2F(btofm)();
C2F(bydot)();
C2F(bydot2)();
C2F(chkvar)();
C2F(cmatptr)();
C2F(cmplxt)();
C2F(creadchain)();
C2F(creadmat)();
C2F(cvdm)();
C2F(cvwm)();
C2F(cwritechain)();
C2F(cwritemat)();
C2F(dfsub)();
C2F(dgsub)();
C2F(dguess)();
C2F(dldsp)();
C2F(expsum)();
C2F(extlarg)();
C2F(factf)();
C2F(fmttyp)();
C2F(fsub)();
C2F(ftob)();
C2F(getfun)();
C2F(gsub)();
C2F(intstr)();
C2F(iseye)();
C2F(isnum)();
C2F(istrue)();
C2F(matc)();
C2F(matptr)();
C2F(matz)();
C2F(matzs)();
C2F(namstr)();
C2F(readchain)();
C2F(readmat)();
C2F(str2name)();
C2F(termf)();
C2F(tradsl)();
/* stack3.c */
get_optionals();
    }
}