Forked from
antik / gsll
Source project has a limited visibility.
-
Liam Healy authored
The LU remultiplication tests now permute the answer at the end so that it ends up with the original vector with the elements in the original order. The permutation functions #'permute and #'permute-inverse now include all arguments, including marrays and pointers to C arrays. Formerely, there were separate functions #'permute-vector and #'permute-vector-inverse. SBCL64: TOTAL: 1451 assertions passed, 5 failed, 0 execution errors. CCL64: TOTAL: 1452 assertions passed, 4 failed, 0 execution errors.
Liam Healy authoredThe LU remultiplication tests now permute the answer at the end so that it ends up with the original vector with the elements in the original order. The permutation functions #'permute and #'permute-inverse now include all arguments, including marrays and pointers to C arrays. Formerely, there were separate functions #'permute-vector and #'permute-vector-inverse. SBCL64: TOTAL: 1451 assertions passed, 5 failed, 0 execution errors. CCL64: TOTAL: 1452 assertions passed, 4 failed, 0 execution errors.