comparison main/optim/inst/deriv.m @ 9930:d30cfca46e8a octave-forge

optim: upgrade license to GPLv3+ and mention on DESCRIPTION the other package licenses
author carandraug
date Fri, 30 Mar 2012 15:14:48 +0000
parents 78b4b0c0a4c1
children
comparison
equal deleted inserted replaced
9929:df50d0ae107f 9930:d30cfca46e8a
1 ## Copyright (C) 2000 Ben Sapp <bsapp@nua.lampf.lanl.gov> 1 ## Copyright (C) 2000 Ben Sapp <bsapp@nua.lampf.lanl.gov>
2 ## Copyright (C) 2011 Joaquín Ignacio Aramendía <samsagax@gmail.com> 2 ## Copyright (C) 2011 Joaquín Ignacio Aramendía <samsagax@gmail.com>
3 ## Copyright (C) 2011 Carnë Draug <carandraug+dev@gmail.com> 3 ## Copyright (C) 2011 Carnë Draug <carandraug+dev@gmail.com>
4 ## 4 ##
5 ## This program is free software; you can redistribute it and/or modify it 5 ## This program is free software; you can redistribute it and/or modify it under
6 ## under the terms of the GNU General Public License as published by the 6 ## the terms of the GNU General Public License as published by the Free Software
7 ## Free Software Foundation; either version 3, or (at your option) any 7 ## Foundation; either version 3 of the License, or (at your option) any later
8 ## later version. 8 ## version.
9 ## 9 ##
10 ## This is distributed in the hope that it will be useful, but WITHOUT 10 ## This program is distributed in the hope that it will be useful, but WITHOUT
11 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13 ## for more details. 13 ## details.
14 ##
15 ## You should have received a copy of the GNU General Public License along with
16 ## this program; if not, see <http://www.gnu.org/licenses/>.
14 17
15 ## -*- texinfo -*- 18 ## -*- texinfo -*-
16 ## @deftypefn {Function File} {@var{dx} =} deriv (@var{f}, @var{x0}) 19 ## @deftypefn {Function File} {@var{dx} =} deriv (@var{f}, @var{x0})
17 ## @deftypefnx {Function File} {@var{dx} =} deriv (@var{f}, @var{x0}, @var{h}) 20 ## @deftypefnx {Function File} {@var{dx} =} deriv (@var{f}, @var{x0}, @var{h})
18 ## @deftypefnx {Function File} {@var{dx} =} deriv (@var{f}, @var{x0}, @var{h}, @var{O}) 21 ## @deftypefnx {Function File} {@var{dx} =} deriv (@var{f}, @var{x0}, @var{h}, @var{O})