[Numeric] Announcement: lapack-0.4

Carter Schonwald carter.schonwald at gmail.com
Tue Aug 10 19:10:31 UTC 2021


Awesome

On Mon, Aug 9, 2021 at 9:30 AM Henning Thielemann <
lemming at henning-thielemann.de> wrote:

>
> I'm happy to release lapack-0.4, a new version of the high-level bindings
> to LAPACK (i.e. efficient numeric linear algebra).
>
> News:
>
> * Even more unified Matrix type
>    Allows for a generic 'transpose' function.
>
> * Support for unpacked triangular, symmetric and Hermitian matrices.
>
> * Two distinct types of Square matrices:
>    One with equal and one with distinct height and width shape types.
>
> * Hermitian: added definiteness information to the type
>
> * Matrix functions sqrt, exp, log also for special matrix types
>    (triangular, unit triangular, Symmetric, Hermitian)
>
> * Infix operator fun
>    You may write a#^T for transpose and a#^Inv for inverse etc.
>    Certainly not for serious use but I found the idea funny.
> _______________________________________________
> Numeric mailing list
> Numeric at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/numeric
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/numeric/attachments/20210810/544e6bc7/attachment.html>


More information about the Numeric mailing list