R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-exp-R5
/
src
/
main
/
optimize.c
@ 63243
– Rev 52864
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
52864
5808 d 12 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
51838
5936 d 22 h
ripley
/trunk/
clean up headers
51274
5980 d 17 h
ripley
/trunk/src/main/
update copyright dates
49212
6193 d 9 h
pd
/trunk/
nlm PROTECT issue
42726
6905 d 11 h
maechler
/trunk/src/
tweak "new" uniroot(): infinite f(.) is ok
42701
6906 d 21 h
maechler
/trunk/
uniroot(*, f.lower,f.upper) incl C "API"
42307
6943 d 19 h
ripley
/trunk/src/
change reference to GPL
41894
6990 d 14 h
ripley
/trunk/
deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
41834
6992 d 21 h
ripley
/trunk/src/main/
now .Internal manages vmax, don't need to do it here as well
41686
7006 d 15 h
ripley
/trunk/
more improvements to warning/error messages
36990
7509 d 7 h
ripley
/trunk/
reduce the number of visible symbols in libR.so from 1806 to 1136
36820
7525 d 12 h
ripley
/trunk/
update FSF address
35265
7655 d 8 h
ripley
/trunk/src/
tweaks to error messages
33297
7826 d 12 h
ripley
/trunk/src/
tweak error messages
33125
7838 d 19 h
ripley
/trunk/
for consistency, prefer `invalid' to `illegal'
32867
7852 d 20 h
ripley
/trunk/
update message info
25717
8385 d 21 h
maechler
/trunk/src/main/
minor comment changes
20764
8758 d 18 h
maechler
/trunk/src/main/
+ comments
11499
9377 d 7 h
ripley
/trunk/
Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
11347
9387 d 14 h
ripley
/trunk/
add warning in nlm, error in optim if analytical gradient is the wrong length
10960
9417 d 13 h
ripley
/trunk/
require explict use of R_ext for headers in include/R_ext
split Graphics.h into internal Graphics.h and Devices.h and public Graphics.h
allow user-specified families in postscript()
10172
9486 d 6 h
luke
/trunk/
Merged with R-GenGC branch
8316
9653 d 11 h
ripley
/trunk/
stop nlm and optim dead if they generate a non-finite x
7886
9675 d 20 h
ripley
/trunk/src/main/
copyright date updates
7762
9682 d 12 h
ripley
/trunk/src/
move fmin to C, enable recursive calls
7758
9682 d 18 h
ripley
/trunk/
exported symbol re-mapping / make static if unused
7727
9684 d 8 h
ripley
/trunk/
new API layout
7701
9685 d 12 h
hornik
/trunk/
Renamed `Rconfig.h' to `config.h' in `src/include'.
7185
9712 d 15 h
bates
/trunk/
Added declarations to eliminate warnings from compilations with -Wall
7176
9714 d 6 h
bates
/trunk/src/main/
Allocated enough memory in FT_init to actually hold the hessian.
7166
9715 d 8 h
bates
/trunk/src/
Incorporating Saikat's C-based uncmin for nlm
7142
9716 d 12 h
ripley
/trunk/src/
change F77_SYMBOL to F77_CALL or F77_NAME
make cpoly a C symbol (as it is a C routine)
6994
9726 d 8 h
pd
/trunk/
branch update
6628
9748 d 12 h
bates
/trunk/src/main/
Added an include of "S.h" to define R_chk_calloc and R_chk_free.
Peculiar, to say the least.
6623
9748 d 19 h
maechler
/trunk/src/main/
3 -Wall fixes
6615
9749 d 10 h
bates
/trunk/src/main/
Modified msg settings for cases where analytic gradients or Hessian
are not to be checked but gradient or Hessian is not supplied.
6455
9756 d 7 h
bates
/trunk/
Added the nls package and a version of nlm that uses gradients and Hessians
6191
9783 d 13 h
maechler
/trunk/src/main/
dropped "\n" in error[call](..)
6098
9791 d 10 h
pd
/trunk/
branch update - not bugfree
5731
9821 d 11 h
ripley
/trunk/src/
remove trailing "\n" in warning(call) and error(call), as now supplied