# Created by Octave 3.2.4, Thu May 05 22:18:56 2011 UTC <root@yellow>
# name: cache
# type: cell
# rows: 3
# columns: 2
# name: <cell-element>
# type: string
# elements: 1
# length: 16
asm_build_system
# name: <cell-element>
# type: 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: string
# elements: 1
# length: 80
Cycle through the circuit description structure INSTRUCT to build the
system mat

# name: <cell-element>
# type: string
# elements: 1
# length: 21
asm_initialize_system
# name: <cell-element>
# type: 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: string
# elements: 1
# length: 80
Cycle through the circuit description structure INSTRUCT to build the
system mat

