Skip to content
Snippets Groups Projects
Forked from antik / gsll
Source project has a limited visibility.
  • Liam Healy's avatar
    b7074c43
    LU remultiplication with permutation; unify permutation functions · b7074c43
    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.
    b7074c43
    History
    LU remultiplication with permutation; unify permutation functions
    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.