File: patch

package info (click to toggle)
minpack 19961126-16
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,696 kB
  • ctags: 650
  • sloc: sh: 8,165; fortran: 2,400; ansic: 742; makefile: 163; awk: 13
file content (33 lines) | stat: -rw-r--r-- 1,022 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

--- hybrj_.3.orig	2009-01-02 18:19:15.000000000 +0100
+++ hybrj_.3	2009-01-02 18:23:47.000000000 +0100
@@ -14,7 +14,7 @@
 .BI "void hybrj1_ (void (*" fcn ")(int *" n  , 
 .BI "double *" x , 
 .BI "double *" fvec , 
-.BI "double *" fjec , 
+.BI "double *" fjac , 
 .BI "int *" ldfjac , 
 .BI "int *" iflag ), 
 .RS 4
@@ -35,7 +35,7 @@
 .BI "void hybrj_ (void (*" fcn ")(int *" n , 
 .BI "double *" x , 
 .BI "double *" fvec , 
-.BI "double *" fjec ,
+.BI "double *" fjac ,
 .BI "int *" ldfjac , 
 .BI "int *" iflag ), 
 .RS 4
@@ -72,8 +72,8 @@
 The purpose of \fBhybrj_\fP is to find a zero of a system of
 \fIn\fP nonlinear functions in \fIn\fP variables by a modification
 of the Powell hybrid method. The user must provide a
-subroutine which calculates the functions. The Jacobian is
-then calculated by a forward-difference approximation.
+subroutine which calculates the functions and a subroutine which calculates
+the Jacobian.
 .PP
 \fBhybrj1_\fP serves the same function but has a simplified calling
 sequence.