Home > freetb4matlab > optim > nrm.m

nrm

PURPOSE ^

% Using @var{x0} as a starting point find a minimum of the scalar

SYNOPSIS ^

function x = nrm(f,x,varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{xmin} =} nrm(@var{f},@var{x0})
% Using @var{x0} as a starting point find a minimum of the scalar
% function @var{f}.  The Newton-Raphson method is used.  
% @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