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

Correct default vector size in SV-solve for non-square

Correct default vector size in SV-solve for non-square matrices; patch
by Evgeniy Zhemchugov.
parent 8e3296f8
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@
references for details).")
(defmfun SV-solve
(U S V b &optional (x (make-marray 'double-float :dimensions (dim0 U))))
(U S V b &optional (x (make-marray 'double-float :dimensions (dim0 V))))
"gsl_linalg_SV_solve"
(((mpointer U) :pointer) ((mpointer V) :pointer)
((mpointer S) :pointer)
......
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