Thorsten Kranz wrote: > Hi, > > I'm quite new to cython, so maybe my question is trivial. I try to > wrap the lapack-routine dgesv using cython. I was glad when I found > > http://codespeak.net/pipermail/cython-dev/2009-May/005702.html > > covering exactly that topic. I tried to compile the lapack-part of it, > but then it seemed like the lapack.pxd file was missing. So I went > ahead creating this file, using the informations I could grep from the > slides contained in this tutorial. > > But when I do so, it does indeed compile, but on execution of > > testlapack.test() > > an error occurs that lapack doesn't have the attribute CblasRowMajor. > > Can anybody please help me? Has anybody of you done this before or > does anybody have the correct lapack.pxd file?
Now this is spooky ... two questions about exactly this within a few hours :-) Anyway, I have now updated the tutorial resources (as I should have done long ago); see wiki.cython.org/talks leading you to http://sage.math.washington.edu/home/dagss/cython-notur09/lapack/lapack.pxd Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
