-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
numpy.linalg #155
Comments
Hi TheFausap, I am sorry, for now, numpy.linalg is not available with pythran. The only way to fix this is not to use this module or waiting for us to implement it. As we use nt2 for mathematical aspect of pythran (we are computer scientist, not mathematician), It will not be implemented soon as we are waiting for their C like array. Cheers, |
Hello Pierrick, thanks for the reply and clarification. I'm using basically norm and eigval functions. So, the norm is easy to I'll try to do in this way. thanks a lot, 2013/10/8 pbrunet [email protected]
|
Hi Fausto, can you send us the code you're trying to convert? Thxs |
Hi! sure. Attached there's the file I'm trying to convert. thanks, 2013/10/8 serge-sans-paille [email protected]
|
mmmh, no attachement there... |
hello, maybe there's a filter, deleting attachment to the list... i'll use 2013/10/8 serge-sans-paille [email protected]
|
Or just put it into a gist |
ok... done this is the link... never used GIST :) https://gist.github.com/TheFausap/6883837 it's public gist, so I hope you can access it... |
Great! Lot of work for us, I'll give you more info later one. |
Hi again. I've been digging through your code and it appears most of it relies on the matrix class, which is still not supported in pythran, and will likely not be supported in a near future. A good test bed though :-) |
Hello all,
i'm trying to use numpy.linalg functions with pythran but I receive an error : Attribute 'linalg' unknown.
How can I fix this ?
thanks,
Fausto
The text was updated successfully, but these errors were encountered: