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

Fixed arguments to linear least squares functions

In both linear-mfit-nosvd and linear-mfit-svd, the arguments
were in the wrong order, and the there was no #'mpointer call for
covariance.  There was a 'tolerance argument in the C arglist for
non-svd function, which should not have been there.  Also, 'weight
needed to be declared as an input.  This last was the cause of two
test failures in non-native implementations.  Now
CCL64: TOTAL: 1454 assertions passed, 2 failed, 0 execution errors.
SBCL64:TOTAL: 1451 assertions passed, 5 failed, 0 execution errors.
parent efa2315f
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