[Numpy-discussion] Matlab/Numeric/numarray benchmarks

Simon Burton simon at arrowtheory.com
Thu Jan 6 15:57:19 EST 2005


Todd Miller wrote:

>
>I ported dotblas yesterday and checked it into numarray CVS yesterday
>afternoon.  I fixed the last doctest artifact and re-arranged a little
>this morning.
>
>  
>

OK, it works great!

One thing: to get it to compile i needed to change the includes in 
_dotblas.c to:
#include "libnumarray.h"
#include "arrayobject.h"
from
#include "numarray/libnumarray.h"
#include "numarray/arrayobject.h"

because we are useing "-IInclude/numarray"

Simon.

-- 
Simon Burton, B.Sc.
Licensed PO Box 8066
ANU Canberra 2601
Australia
Ph. 61 02 6249 6940
http://arrowtheory.com 





More information about the NumPy-Discussion mailing list