[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Possible (summer of code) projects for Octave
From: |
Ben Abbott |
Subject: |
Re: Possible (summer of code) projects for Octave |
Date: |
Tue, 04 Jan 2011 08:28:33 -0500 |
On Jan 4, 2011, at 8:18 AM, Jaroslav Hajek wrote:
>> Ok, sorry so far for the off-topic description of myself. What I wanted to
>> ask is whether there are some ideas for projects to work on that could fit
>> for GSoC or in general something which is possibly not "fixing bugs" or
>> doing a lot of "minor" improvements but seperate "new" things to work on and
>> getting started.
>
> My favorite is implementing the OOP versions of delaunay triangulation
> and interpolation functions. See
> http://www.mathworks.ch/help/techdoc/ref/delaunaytriclass.html
> http://www.mathworks.ch/help/techdoc/ref/trirepclass.html
> http://www.mathworks.ch/help/techdoc/ref/triscatteredinterpclass.html
>
> in contrast to the existing delaunay et al. functions, the OOP
> approach is not only fancy, it allows you encapsulate & reuse more
> important topological data to make things like lookup & interpolation
> way faster.
> For instance, if you want to triangulate an area and then lookup
> enclosing triangles for a set of points, you'd use delaunay & tsearch
> in Octave; the problem is that the latter is sadly inefficient because
> it's not able to accept any more information than a plain list of
> triangles from the delaunay triangulation (it can't even assume the
> triangulation is delaunay).
This would also benefit Octave's core since the new OOP approach is not yet
complete in Octave.
Ben
- Possible (summer of code) projects for Octave, Daniel Kraft, 2011/01/03
- Re: Possible (summer of code) projects for Octave, Søren Hauberg, 2011/01/03
- Re: Possible (summer of code) projects for Octave, Daniel Kraft, 2011/01/03
- Re: Possible (summer of code) projects for Octave, Søren Hauberg, 2011/01/03
- Re: Possible (summer of code) projects for Octave, Jaroslav Hajek, 2011/01/04
- Re: Possible (summer of code) projects for Octave, Daniel Kraft, 2011/01/04
- Re: Possible (summer of code) projects for Octave, Søren Hauberg, 2011/01/04
- Re: Possible (summer of code) projects for Octave, Daniel Kraft, 2011/01/05
- Re: Possible (summer of code) projects for Octave, Søren Hauberg, 2011/01/05
Re: Possible (summer of code) projects for Octave, Jaroslav Hajek, 2011/01/04
- Re: Possible (summer of code) projects for Octave,
Ben Abbott <=
- Re: Possible (summer of code) projects for Octave, Jordi Gutiérrez Hermoso, 2011/01/04
- Re: Possible (summer of code) projects for Octave, David Bateman, 2011/01/04
- Re: Possible (summer of code) projects for Octave, Jaroslav Hajek, 2011/01/04
- Re: Possible (summer of code) projects for Octave, Michael Creel, 2011/01/04
- Re: Possible (summer of code) projects for Octave, John W. Eaton, 2011/01/04
- Re: Possible (summer of code) projects for Octave, Michael Creel, 2011/01/04
- Re: Possible (summer of code) projects for Octave, Jordi Gutiérrez Hermoso, 2011/01/04
Re: Possible (summer of code) projects for Octave, Kai Habel, 2011/01/06
Re: Possible (summer of code) projects for Octave, Daniel Kraft, 2011/01/04