]> Creatis software - CreaPhase.git/blobdiff - 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
diff --git a/octave_packages/ocs-0.1.3/asm/doc-cache b/octave_packages/ocs-0.1.3/asm/doc-cache
new file mode 100644 (file)
index 0000000..55e603d
--- /dev/null
@@ -0,0 +1,80 @@
+# Created by Octave 3.6.1, Sun Mar 25 17:34:24 2012 UTC <root@t61>
+# name: cache
+# type: cell
+# rows: 3
+# columns: 2
+# name: <cell-element>
+# type: sq_string
+# elements: 1
+# length: 16
+asm_build_system
+
+
+# name: <cell-element>
+# type: sq_string
+# elements: 1
+# length: 453
+ -- Function File: [A,JAC,RES] = asm_build_system(INSTRUCT,X,T)
+     Cycle through the circuit description structure INSTRUCT to build
+     the system matrices A, JAC, RES for the current step of the Newton
+     method.
+
+     X is the current value of the state variables, while T is the
+     current time point.
+
+     See the `IFF file format specifications' for details about the
+     output matrices.
+
+     See also: asm_initialize_system, prs_iff
+
+
+
+
+
+# name: <cell-element>
+# type: sq_string
+# elements: 1
+# length: 80
+Cycle through the circuit description structure INSTRUCT to build the
+system mat
+
+
+
+# name: <cell-element>
+# type: sq_string
+# elements: 1
+# length: 21
+asm_initialize_system
+
+
+# name: <cell-element>
+# type: sq_string
+# elements: 1
+# length: 414
+ -- Function File: [A,B,C] = asm_initialize_system(INSTRUCT,X)
+     Cycle through the circuit description structure INSTRUCT to build
+     the system matrices A, B, C for the linear and time-invariant part
+     of the system.
+
+     X is the current value of the state variables.
+
+     See the `IFF file format specifications' for details about the
+     output matrices.
+
+     See also: asm_build_system, prs_iff
+
+
+
+
+
+# name: <cell-element>
+# type: sq_string
+# elements: 1
+# length: 80
+Cycle through the circuit description structure INSTRUCT to build the
+system mat
+
+
+
+
+