~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to examples/intersci-examples-so/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Example of use of intersci.
 
2
Interfacing C and Fortran programs with Scilab.
 
3
 
 
4
ex*.sce : Scilab script to execute the corresponding demo 
 
5
ex*fi.desc : intersci descriptor file 
 
6
ex*fi-l.list : intersci descriptor for list arguments 
 
7
ex*c.c : C function to be interfaced 
 
8
ex*f.f : Fortran function to be interfaced 
 
9
 
 
10
ex1* :  simple example with vectors
 
11
ex2* :  example with scilab vectors and type conversion to real
 
12
ex3* :  example with vectors and a Scilab internal function
 
13
ex4* :  example with a list 
 
14
ex5* :  example with Scilab string and matrices 
 
15
ex6* :  two examples with scilab matrices of string
 
16
ex7* :  a simple example with Scilab string 
 
17
ex8* :  an example with a C dynamically allocated array of int
 
18
ex9* :  an example with optional arguments 
 
19
ex10*:  a simple example with lists
 
20
ex11*:  an example with complex matrices 
 
21
ex12*:  an example with a user external type 
 
22
ex13*:  an example with size conversion on output 
 
23
ex14*:  a set of examples with sparse matrices. testing all possible
 
24
        cases. 
 
25
ex15*:  a set of examples with standard matrices. testing all possible
 
26
        cases. 
 
27
ex16*:   a set of examples with boolean matrices. testing all possible
 
28
        cases. 
 
29