Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Selwyn Simsek
gsll
Commits
74833013
Commit
74833013
authored
Apr 25, 2010
by
Liam Healy
Browse files
Return a CL (foreign-friendly) array from #'coefficients
parent
862a7b35
Changes
1
Hide whitespace changes
Inline
Side-by-side
chebyshev.lisp
View file @
74833013
;; Chebyshev Approximations
;; Liam Healy Sat Nov 17 2007 - 20:36
;; Time-stamp: <20
09-12-27 09:42:07ES
T chebyshev.lisp>
;; Time-stamp: <20
10-04-25 21:28:20ED
T chebyshev.lisp>
;;
;; Copyright 2007, 2008, 2009 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
...
...
@@ -55,7 +55,8 @@
(
defmfun
coefficients
(
chebyshev
)
"gsl_cheb_coeffs"
(((
mpointer
chebyshev
)
:pointer
))
:c-return
sizet
:c-return
(
crtn
:pointer
)
:return
((
c-array:copy-foreign-vector
crtn
(
size
chebyshev
)))
:gsl-version
(
1
12
))
;;;;****************************************************************************
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment