~ubuntu-branches/debian/sid/octave3.0/sid

« back to all changes in this revision

Viewing changes to doc/liboctave/nlfunc.texi

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2007-12-23 16:04:15 UTC
  • Revision ID: james.westby@ubuntu.com-20071223160415-n4gk468dihy22e9v
Tags: upstream-3.0.0
ImportĀ upstreamĀ versionĀ 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@c Copyright (C) 1997, 2006, 2007 John W. Eaton
 
2
@c
 
3
@c This file is part of Octave.
 
4
@c
 
5
@c Octave is free software; you can redistribute it and/or modify it
 
6
@c under the terms of the GNU General Public License as published by the
 
7
@c Free Software Foundation; either version 3 of the License, or (at
 
8
@c your option) any later version.
 
9
@c 
 
10
@c Octave is distributed in the hope that it will be useful, but WITHOUT
 
11
@c ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
12
@c FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 
13
@c for more details.
 
14
@c 
 
15
@c You should have received a copy of the GNU General Public License
 
16
@c along with Octave; see the file COPYING.  If not, see
 
17
@c <http://www.gnu.org/licenses/>.
 
18
 
 
19
@node Nonlinear Functions, Nonlinear Equations, Ranges, Top
 
20
@chapter Nonlinear Functions
 
21
@cindex nonlinear functions
 
22
 
 
23
@deftypefn  {} {} NLFunc (void)
 
24
@deftypefnx  {} {} NLFunc (const @var{nonlinear_fcn})
 
25
@deftypefnx  {} {} NLFunc (const @var{nonlinear_fcn}, const @var{jacobian_fcn})
 
26
@deftypefnx  {} {} NLFunc (const NLFunc &@var{a})
 
27
@end deftypefn
 
28
 
 
29
@deftypefn {} NLFunc& {operator =} (const NLFunc &@var{a})
 
30
@end deftypefn
 
31
 
 
32
@deftypefn {} nonlinear_fcn function (void) const;
 
33
@end deftypefn
 
34
 
 
35
@deftypefn {} NLFunc& set_function (const nonlinear_fcn @var{f})
 
36
@end deftypefn
 
37
 
 
38
@deftypefn {} jacobian_fcn jacobian_function (void) const;
 
39
@end deftypefn
 
40
 
 
41
@deftypefn {} NLFunc& set_jacobian_function (const jacobian_fcn @var{j})
 
42
@end deftypefn