X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=CreaPhase.git;a=blobdiff_plain;f=octave_packages%2Focs-0.1.3%2Fasm%2Fdoc-cache;fp=octave_packages%2Focs-0.1.3%2Fasm%2Fdoc-cache;h=55e603da758d5d763068dd0afad5674009916ace;hp=0000000000000000000000000000000000000000;hb=f5f7a74bd8a4900f0b797da6783be80e11a68d86;hpb=1705066eceaaea976f010f669ce8e972f3734b05 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 index 0000000..55e603d --- /dev/null +++ b/octave_packages/ocs-0.1.3/asm/doc-cache @@ -0,0 +1,80 @@ +# Created by Octave 3.6.1, Sun Mar 25 17:34:24 2012 UTC +# name: cache +# type: cell +# rows: 3 +# columns: 2 +# name: +# type: sq_string +# elements: 1 +# length: 16 +asm_build_system + + +# name: +# 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: +# type: sq_string +# elements: 1 +# length: 80 +Cycle through the circuit description structure INSTRUCT to build the +system mat + + + +# name: +# type: sq_string +# elements: 1 +# length: 21 +asm_initialize_system + + +# name: +# 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: +# type: sq_string +# elements: 1 +# length: 80 +Cycle through the circuit description structure INSTRUCT to build the +system mat + + + + +