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
c54985ee
Commit
c54985ee
authored
16 years ago
by
Liam Healy
Browse files
Options
Downloads
Patches
Plain Diff
Improved documentation
Added link to "function designator" definition.
parent
ff9d0f7e
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
documentation/index.html
+5
-2
5 additions, 2 deletions
documentation/index.html
with
5 additions
and
2 deletions
documentation/index.html
+
5
−
2
View file @
c54985ee
...
@@ -312,7 +312,10 @@ area of memory.</p>
...
@@ -312,7 +312,10 @@ area of memory.</p>
<h3>
Passing functions
</h3>
<h3>
Passing functions
</h3>
<p>
<p>
Functions that are passed to GSL functions (known as
<i>
callbacks
</i>
Functions that are passed to GSL functions (known as
<i>
callbacks
</i>
in C) are specified with function designator for the CL function.
in C) are specified with a
<a
href=
"http://www.lispworks.com/documentation/HyperSpec/Body/26_glo_f.htm#function_designator"
>
function
designator
</a>
for the CL function, that is, either the function
object itself or a symbol denoting the function.
There is usually an option
<code>
scalarsp
</code>
for functions
There is usually an option
<code>
scalarsp
</code>
for functions
that take or return arrays that, if true, will
that take or return arrays that, if true, will
send the user function the argument element by element, and expect
send the user function the argument element by element, and expect
...
@@ -385,7 +388,7 @@ and arrays used internally or for function return.
...
@@ -385,7 +388,7 @@ and arrays used internally or for function return.
<!-- Created: Feb 25 2005 -->
<!-- Created: Feb 25 2005 -->
<!-- hhmts start -->
<!-- hhmts start -->
<small>
<small>
Time-stamp:
<
2009
-03-31
22
:
27:06
EDT
index.html
>
Time-stamp:
<
2009
-03-31
22
:
41:54
EDT
index.html
>
</small>
</small>
<!-- hhmts end -->
<!-- hhmts end -->
</div>
</div>
...
...
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