~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/intersci/help/en_US/intersci.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *
12
12
 -->
13
13
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="en" xml:id="intersci">
14
 
  <refnamediv>
15
 
    <refname>intersci</refname>
16
 
    <refpurpose>Scilab tool to interface C or Fortran functions with scilab. Deprecated: Please use SWIG</refpurpose>
17
 
  </refnamediv>
18
 
  <refsection>
19
 
    <title>Description</title>
20
 
    <para>
21
 
      All scilab primitive functions are defined in a set of interface
22
 
      routines. For each function the interfacing code checks first number of
23
 
      rhs and lhs arguments. Then it get pointers on input arguments in the
24
 
      Scilab data base and checks their types. After that it calls procedure
25
 
      associated with Scilab functions, checks returned errors flags and set
26
 
      the results in the data base.
27
 
    </para>
28
 
    <para>
29
 
      <literal>intersci</literal> is a program which permits to interface automatically FORTRAN
30
 
      subroutines or C functions to Scilab
31
 
    </para>
32
 
    <para>
33
 
      With <literal>intersci</literal>, a user can group all his FORTRAN or C code into a same set,
34
 
      called an interface, and use them in Scilab as Scilab functions. The interfacing
35
 
      is made by creating a FORTRAN subroutine which has to be linked to
36
 
      Scilab  together
37
 
      with the user code. This complex FORTRAN subroutine is automatically generated
38
 
      by <literal>intersci</literal> from a description file of the interface.
39
 
    </para>
40
 
    <para>Refer to intersci documentation for more details.</para>
41
 
    <para>Note that this feature is obsolete and unsupported and will be replaced by a Scilab SWIG wrapper in an upcoming version.</para>
42
 
  </refsection>
43
 
  <refsection role="see also">
44
 
    <title>See Also</title>
45
 
    <simplelist type="inline">
46
 
      <member>
47
 
        <link linkend="fort">fort</link>
48
 
      </member>
49
 
      <member>
50
 
        <link linkend="external">external</link>
51
 
      </member>
52
 
      <member>
53
 
        <link linkend="addinter">addinter</link>
54
 
      </member>
55
 
    </simplelist>
56
 
  </refsection>
 
14
    <refnamediv>
 
15
        <refname>intersci</refname>
 
16
        <refpurpose>Scilab tool to interface C or Fortran functions with scilab. Deprecated: Please use SWIG</refpurpose>
 
17
    </refnamediv>
 
18
    <refsection>
 
19
        <title>Description</title>
 
20
        <para>
 
21
            All scilab primitive functions are defined in a set of interface
 
22
            routines. For each function the interfacing code checks first number of
 
23
            rhs and lhs arguments. Then it get pointers on input arguments in the
 
24
            Scilab data base and checks their types. After that it calls procedure
 
25
            associated with Scilab functions, checks returned errors flags and set
 
26
            the results in the data base.
 
27
        </para>
 
28
        <para>
 
29
            <literal>intersci</literal> is a program which permits to interface automatically FORTRAN
 
30
            subroutines or C functions to Scilab
 
31
        </para>
 
32
        <para>
 
33
            With <literal>intersci</literal>, a user can group all his FORTRAN or C code into a same set,
 
34
            called an interface, and use them in Scilab as Scilab functions. The interfacing
 
35
            is made by creating a FORTRAN subroutine which has to be linked to
 
36
            Scilab  together
 
37
            with the user code. This complex FORTRAN subroutine is automatically generated
 
38
            by <literal>intersci</literal> from a description file of the interface.
 
39
        </para>
 
40
        <para>Refer to intersci documentation for more details.</para>
 
41
        <para>Note that this feature is obsolete and unsupported and will be replaced by a Scilab SWIG wrapper in an upcoming version.</para>
 
42
    </refsection>
 
43
    <refsection role="see also">
 
44
        <title>See Also</title>
 
45
        <simplelist type="inline">
 
46
            <member>
 
47
                <link linkend="fort">fort</link>
 
48
            </member>
 
49
            <member>
 
50
                <link linkend="external">external</link>
 
51
            </member>
 
52
            <member>
 
53
                <link linkend="addinter">addinter</link>
 
54
            </member>
 
55
        </simplelist>
 
56
    </refsection>
57
57
</refentry>