<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">Am 08.03.2015 um 21:47 schrieb Dp Docs <<a href="mailto:sdpan21@gmail.com" class="">sdpan21@gmail.com</a>>:</div><br class="Apple-interchange-newline"><div class="">Hi all,<br class="">I am a CS 3rd Undergrad. Student from an Indian Institute (III T). I<br class="">believe I am good in Programming languages like C/C++, Python as I<br class="">have already done Some Projects using these language as a part of my<br class="">academics. I really like Coding (Competitive as well as development).<br class="">I really want to get involved in Numpy Development Project and want to<br class="">take  "Vector math library integration" as a part of my project. I<br class="">want to here any idea from your side for this project.<br class="">Thanks For your time for reading this email and responding back.<br class=""><br class=""></div></blockquote><br class=""></div><div>On the scipy mailing list I also answered to Amine, who is also interested in this proposal. Long time ago I wrote a package that provides fast math functions (ufuncs) for numpy, using Intel’s MKL/VML library, see  <a href="https://github.com/geggo/uvml" class="">https://github.com/geggo/uvml</a> and my comments there. This code could be easily ported to use other vector math libraries. Would be interesting to evaluate other possibilities. Due to the fact that MKL is non-free, there are concerns to use it with numpy, although e.g. numpy and scipy using the MKL LAPACK routines are used frequently (Anaconda or Christoph Gohlkes  binaries). </div><div><br class=""></div><div>You can easily inject the fast math ufuncs into numpy, e.g. with set_numeric_ops() or np.sin = vml.sin. </div><div><br class=""></div><div>Gregor</div></body></html>