<br><br><div class="gmail_quote">On Sun, Nov 25, 2012 at 11:05 AM, Mirko Vukovic <span dir="ltr"><<a href="mailto:mirko.vukovic@gmail.com" target="_blank">mirko.vukovic@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br><br><div class="gmail_quote"><div class="im">On Sat, Nov 17, 2012 at 9:20 AM, Liam Healy <span dir="ltr"><<a href="mailto:lhealy@common-lisp.net" target="_blank">lhealy@common-lisp.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

On this and other mailing lists, there have been recent discussions of "numerical lisp" which in one aspect or another has been the vision of many of us, some for many years.  My approach is to write libraries I think will form a piece of the overall solution, with the hope that others will join in and write compatible libraries that form another piece.  So, I initially wrote GSLL and then split the grid part out into Antik (which has other features I adapted from my personal libraries).  The grid functions can use enhancement, but they are usable now for developing library ports.<br>



<br></blockquote></div><div>Stuff deleted ... <br></div><div class="im"><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So, if anyone has thoughts on FLAME or any other library, I'll be happy to contribute my ideas if it will help.<span><font color="#888888"><br>

</font></span></blockquote></div><div><br>I would like to see links to additional special functions, such as <a href="http://www.netlib.org/amos/readme" target="_blank">http://www.netlib.org/amos/readme</a> for Bessel functions of complex order.  This one is written in FORTRAN-77.  Several years ago, I did make links to it, but it was an ugly and painful effort using another library that does not function anymore.  The next time the need arises, I will try again, and post the results to encourage wider usage.<span class="HOEnZb"><font color="#888888"><br>

 <br>Mirko<br></font></span></div></div><br>
</blockquote></div>I would also like to see interpolation on irregular grids using kridging or interpolation of Delauny triangulated grids.  <br><br>One of these days, when the needs really strikes, I will try to link CL to the triangle library (<a href="https://www.cs.cmu.edu/~quake/triangle.html">https://www.cs.cmu.edu/~quake/triangle.html</a> -- I tested the C code on linux, and there is documentation for linking it as a library.)<br>
<br>Mirko<br>