Home > freetb4matlab > ocs > ASM > ASMbuildsystem.m

ASMbuildsystem

PURPOSE ^

% ASMbuildsystem (@var{instruct}, @var{x}, @var{t})

SYNOPSIS ^

function [A,Jac,res] = ASMbuildsystem(instruct,x,t);

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn{Function File} [@var{A}, @var{Jac}, @var{res} ] = @
% ASMbuildsystem (@var{instruct}, @var{x}, @var{t})
%
% Cycles through the circuit description structure @var{instruct} 
% to build the system matrices @var{A}, @var{Jac}, @var{res} for
% the current step of the Newton method.
%
% @itemize @minus
% @item @var{x} is the current value of the state variables
% @item @var{t} is the current time point
% @end itemize
%
% see the @cite{IFF file format specifications} for details about 
% the output matrices.
% 
% @seealso{ASMinitsystem}
%
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003