Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gsll
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antonio Juan
gsll
Commits
8c2cd8a6
Commit
8c2cd8a6
authored
14 years ago
by
Liam M. Healy
Browse files
Options
Downloads
Patches
Plain Diff
Clearer docstring for one-dimensional-minimizer
parent
f9193d2c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
solve-minimize-fit/minimization-one.lisp
+6
-5
6 additions, 5 deletions
solve-minimize-fit/minimization-one.lisp
with
6 additions
and
5 deletions
solve-minimize-fit/minimization-one.lisp
+
6
−
5
View file @
8c2cd8a6
;; Univariate minimization
;; Liam Healy Tue Jan 8 2008 - 21:02
;; Time-stamp: <20
09-12-27 10:05:32ES
T minimization-one.lisp>
;; Time-stamp: <20
10-07-01 11:55:38ED
T minimization-one.lisp>
;;
;; Copyright 2008, 2009 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
...
...
@@ -31,10 +31,11 @@
"gsl_min_fminimizer"
((
type
:pointer
))
"one-dimensional minimizer"
:documentation
; FDL
"Make an instance of a minimizer of the given type. Optionally
set to use the function and the initial search interval [lower,
upper], with a guess for the location of the minimum."
:documentation
"Make an instance of a minimizer of the given type. Specify
a guess of the minimum point, the search interval
(x-minimum x-lower x-upper) and optionally
function values at those points (f-minimum f-lower f-upper)."
:callbacks
(
callback
fnstruct
nil
(
function
:double
(
:input
:double
)
:slug
))
:initialize-suffix
(
"set"
"set_with_values"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment