Skip to content
  • Liam Healy's avatar
    GSL features added in version 1.10 · 94413b43
    Liam Healy authored
    Functions added to GSL with version 1.10, and related changes: 
    - Cholesky routines for complex matrices; Cholesky functions _solve and
    _svx (solution separate and in-place) now combined into a single
    generic function with an optional argument #'cholesky-solve.
    Unfortunately a default marray maker can't be included in the optional
    argument.
     - Correlation added, and covariance and correlation tests expanded to
    all supported matrix element types.
     - Added #'exponential-integral-En for nth-order exponential integral.
     - Also rewrote #'callback-set-slots and #'body-expand to eliminate
    gratuitous (progn nil ...) in some defmfun expansions.
    Test results:
    SBCL 64: TOTAL: 1379 assertions passed, 5 failed, 0 execution errors.
    CCL 64: TOTAL: 1380 assertions passed, 4 failed, 0 execution errors.
    94413b43