Fix typos in fjaco.m

time-shift
Johannes Pfeifer 2017-10-04 16:52:55 +02:00
parent e857df0c93
commit 3c9880fc3b
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
function fjac = fjaco(f,x,varargin)
% FDJAC Computes two-sided finite difference Jacobian
% FJACO Computes two-sided finite difference Jacobian
% USAGE
% fjac = fdjac(f,x,P1,P2,...)
% fjac = fjaco(f,x,P1,P2,...)
% INPUTS
% f : name of function of form fval = f(x)
% x : evaluation point
% P1,P2,... : additional arguments for f (optional)
% OUTPUT
% fjac : finite differnce Jacobian
% fjac : finite difference Jacobian
%
% Copyright (C) 2010-2017 Dynare Team
%