[SciPy-User] Scipy' Delaunay cource code

Robert Kern robert.kern at gmail.com
Wed Feb 22 09:18:16 EST 2012


On Wed, Feb 22, 2012 at 08:40, barbara.padova <barbara.padova at gmail.com> wrote:
> I'm searching in ...\Python27\Lib\site-packages\scipy\spatial the
> scipy's Dealunay source code, but I'm unable to find.
> Does anyone know where I can find it?

The installed package does not have any C sources, and the Delaunay
triangulation code is in C. You will need to look in the
scipy/spatial/ directory from the source distribution or a git
checkout of the development sources.

  http://pypi.python.org/packages/source/s/scipy/scipy-0.10.0.zip
  https://github.com/scipy/scipy/tree/master/scipy/spatial

-- 
Robert Kern



More information about the SciPy-User mailing list