


% -*- 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