<div dir="auto">Awesome </div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 9, 2021 at 9:30 AM Henning Thielemann <<a href="mailto:lemming@henning-thielemann.de">lemming@henning-thielemann.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
I'm happy to release lapack-0.4, a new version of the high-level bindings <br>
to LAPACK (i.e. efficient numeric linear algebra).<br>
<br>
News:<br>
<br>
* Even more unified Matrix type<br>
Allows for a generic 'transpose' function.<br>
<br>
* Support for unpacked triangular, symmetric and Hermitian matrices.<br>
<br>
* Two distinct types of Square matrices:<br>
One with equal and one with distinct height and width shape types.<br>
<br>
* Hermitian: added definiteness information to the type<br>
<br>
* Matrix functions sqrt, exp, log also for special matrix types<br>
(triangular, unit triangular, Symmetric, Hermitian)<br>
<br>
* Infix operator fun<br>
You may write a#^T for transpose and a#^Inv for inverse etc.<br>
Certainly not for serious use but I found the idea funny.<br>
_______________________________________________<br>
Numeric mailing list<br>
<a href="mailto:Numeric@haskell.org" target="_blank">Numeric@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/numeric" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/numeric</a><br>
</blockquote></div></div>