[vtkusers] Numerical Analysis / Optimization lib + VTK ? (conjugategradient) ?
Berk Geveci
berk.geveci at kitware.com
Wed Oct 11 08:16:54 EDT 2000
Hi Sebastien,
Try the links at http://oonumerics.org/oon/. I used Gnu Scientific
Library. It is missing certain things but it works well. I don't
think it has support for conjugate gradient methods though.
Of course, blitz++ ( http://www.oonumerics.org/blitz/ ) is fantastic
but won't work with Visual C++ as far as I know (will work with
KAI C++ or Intel C++ though). Lapack++ and IML++ are available from
National Institute of Standard and Technology but they are a little
old fashioned. I think when it is finished (if it is finished)
Template Numerical Toolkit will be nice.
Let me know which one you like best.
Berk
Sebastien BARRE wrote:
>
> Hi users,
>
> Is someone aware of any free Numerical Analysis library that might be
> used/linked with VTK on a Windows platform ?
>
> I mean something that *you* have really tested, where calls to the
> numerical API could be used right within VTK classes.
>
> Ease of use and efficiency would be nice :)
>
> I'd like to use stuff like Multidimensional Conjugate Gradient Methods (ok,
> it's optimization), and do not want to reimplement the wheel :)
>
> Thanks a lot.
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list