Home > freetb4matlab > ocs > NLS > NLSstationary.m

NLSstationary

PURPOSE ^

% @deftypefn{Function File} @var{out} = NLSstationary @

SYNOPSIS ^

function out = NLSstationary(outstruct,x,tol,maxit,dmp)

DESCRIPTION ^

% -*- texinfo -*-
%  @deftypefn{Function File} @var{out} = NLSstationary @
%  (@var{instruct},@var{x},@var{tol},@var{maxit},@var{dmp})
%  Computes a stationary state for the system described by
%  @var{sysstruct}.
%
%  Input:
%  @itemize @minus
%  @item @var{instruct}: system description structure
%  @item @var{x}: initial guess 
%  @item @var{tol, maxit, dmp}: parameters to be passed to NLSnewtonraphson
%  @end itemize
%  @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