[Numpy-discussion] ENH: added vector operators: divergence, curl and laplacian #6727

2015-11-27 Thread Antonio Lara
Hello, I have corrected the errors in my previous pull request that includes the new functions divergence, curl and laplacian. https://github.com/numpy/numpy/pull/6727 Thank you, Antonio ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org https

[Numpy-discussion] New functions added in pull request

2015-11-25 Thread Antonio Lara
Hello, I have added three new functions to the file function_base.py in the numpy/lib folder. These are divergence, curl and laplacian (for the moment, laplacian of a scalar field, maybe in the future I will try laplacian for a vector field). The calculation method is based in the existing one for