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

Optional arguments for linear algebra functions; unification of solve and svx

Most linear algebra functions now have optional arguments which create
workspace and answer arrays.  All solver function that have _solve
(separate solution vector) and _svx (solve in-place) forms have been
unified into a single CL function.  In qrpt functoins where signum is
computed, it is no longer taken as input but allocated internally and
return as one of the multiple values.  This necessitated a change in
body-expand that will now apply the cl-convert-form conversion to
returned variables that are part of a multiple value list for
:return.
parent c04147d7
No related branches found
No related tags found
No related merge requests found
Loading
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