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
On Di, 2015-11-24 at 16:49 -0800, Eli Bendersky wrote:
>
>
> On Mon, Nov 23, 2015 at 2:09 PM, Sebastian Berg
> wrote:
> On Mo, 2015-11-23 at 13:31 -0800, Eli Bendersky wrote:
> > Hello,
> >
> >
> > I'm trying to understand the buffering done by the Numpy
>