File: intersci.cat

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (27 lines) | stat: -rw-r--r-- 1,160 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

intersci(1)                      Scilab Tool                      intersci(1)
NAME
  intersci  - scilab tool to interface C of Fortran functions with scilab

DESCRIPTION
  All scilab primitive functions are defined in a set of interface routines.
  For each function the interfacing code checks first number of rhs and lhs
  arguments. Then  it get pointers on input arguments in the Scilab data base
  and checks their types. After that it calls procedure associated with Sci-
  lab functions, checks returned errors flags and set the results in the data
  base.

  intersci is a program which permits to interface automatically FORTRAN sub-
  routines or C functions to Scilab

  With intersci, a user can group all his FORTRAN or C code into a same set,
  called an interface, and use them in Scilab as Scilab functions. The inter-
  facing is made by creating a FORTRAN subroutine which has to be linked to
  Scilab  together with the user code. This complex FORTRAN subroutine is
  automatically generated by intersci from a description file of the inter-
  face.

  Refer to intersci documentation for more details.

SEE ALSO
  fort, external, addinter