rougier / from-python-to-numpy

An open-access book on numpy vectorization techniques, Nicolas P. Rougier, 2017
http://www.labri.fr/perso/nrougier/from-python-to-numpy
Other
2.03k stars 339 forks source link

mention einsum #88

Closed TejasAvinashShetty closed 4 years ago

TejasAvinashShetty commented 4 years ago

Dear Dr Nicolas P. Rougier,

I think it would be great if you could mention einsum, tensordot, kron and other powerful but less used numpy functions

rougier commented 4 years ago

Dear Tejas,

I agree this could be mentioned but the book is voluntarily limited and do no address everything. This is also the reason for the bibliography and the reference to the numpy 100 exercises.

TejasAvinashShetty commented 4 years ago

Thank you for your reply. Are there any numpy for physicists books?

rougier commented 4 years ago

I don't know any but they might exist nonetheless. You can ask on numpy mailing list, maybe someone knows the answer.

TejasAvinashShetty commented 4 years ago

:thinking: Thank you, Dr Rougier