Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
antik
gsll
Commits
58336979
Commit
58336979
authored
Feb 12, 2011
by
Liam M. Healy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define methods for #'grid:inner instead of #'dot
parent
60c1f52d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
linear-algebra/blas1.lisp
linear-algebra/blas1.lisp
+3
-3
No files found.
linear-algebra/blas1.lisp
View file @
58336979
;; BLAS level 1, Vector operations
;; Liam Healy, Wed Apr 26 2006 - 15:23
;; Time-stamp: <2011-0
1
-1
0
1
8
:1
6:2
2EST blas1.lisp>
;; Time-stamp: <2011-0
2
-1
2
1
6
:1
3:0
2EST blas1.lisp>
;;
;; Copyright 2006, 2007, 2008, 2009, 2011 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
...
...
@@ -22,11 +22,11 @@
;;; /usr/include/gsl/gsl_blas.h
(
defmfun
dot
((
vec1
vector
)
(
vec2
vector
))
(
defmfun
grid:inner
((
vec1
vector
)
(
vec2
vector
))
(
"gsl_blas_"
:type
"dot"
:suffix
)
(((
mpointer
vec1
)
:pointer
)
((
mpointer
vec2
)
:pointer
)
(
result
(
:pointer
:element-c-type
)))
:definition
:
generic
:definition
:
methods
:element-types
:float-complex
:inputs
(
vec1
vec2
)
:documentation
; FDL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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