]> Creatis software - CreaPhase.git/blob - octave_packages/ocs-0.1.3/asm/doc-cache
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / ocs-0.1.3 / asm / doc-cache
1 # Created by Octave 3.6.1, Sun Mar 25 17:34:24 2012 UTC <root@t61>
2 # name: cache
3 # type: cell
4 # rows: 3
5 # columns: 2
6 # name: <cell-element>
7 # type: sq_string
8 # elements: 1
9 # length: 16
10 asm_build_system
11
12
13 # name: <cell-element>
14 # type: sq_string
15 # elements: 1
16 # length: 453
17  -- Function File: [A,JAC,RES] = asm_build_system(INSTRUCT,X,T)
18      Cycle through the circuit description structure INSTRUCT to build
19      the system matrices A, JAC, RES for the current step of the Newton
20      method.
21
22      X is the current value of the state variables, while T is the
23      current time point.
24
25      See the `IFF file format specifications' for details about the
26      output matrices.
27
28      See also: asm_initialize_system, prs_iff
29
30
31
32
33
34 # name: <cell-element>
35 # type: sq_string
36 # elements: 1
37 # length: 80
38 Cycle through the circuit description structure INSTRUCT to build the
39 system mat
40
41
42
43 # name: <cell-element>
44 # type: sq_string
45 # elements: 1
46 # length: 21
47 asm_initialize_system
48
49
50 # name: <cell-element>
51 # type: sq_string
52 # elements: 1
53 # length: 414
54  -- Function File: [A,B,C] = asm_initialize_system(INSTRUCT,X)
55      Cycle through the circuit description structure INSTRUCT to build
56      the system matrices A, B, C for the linear and time-invariant part
57      of the system.
58
59      X is the current value of the state variables.
60
61      See the `IFF file format specifications' for details about the
62      output matrices.
63
64      See also: asm_build_system, prs_iff
65
66
67
68
69
70 # name: <cell-element>
71 # type: sq_string
72 # elements: 1
73 # length: 80
74 Cycle through the circuit description structure INSTRUCT to build the
75 system mat
76
77
78
79
80