Skip to content
Snippets Groups Projects
Commit c54985ee authored by Liam Healy's avatar Liam Healy
Browse files

Improved documentation

Added link to "function designator" definition.
parent ff9d0f7e
No related branches found
No related tags found
No related merge requests found
...@@ -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:06EDT index.html> Time-stamp: <2009-03-31 22:41:54EDT index.html>
</small> </small>
<!-- hhmts end --> <!-- hhmts end -->
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment