[vtk-developers] Fitting code and it's place in VTK
David Gobbi
dgobbi at irus.rri.ca
Tue Sep 18 23:43:18 EDT 2001
Hi Prabhu,
Thanks for the link. It looks like mtl does the basic matrix
operations (multiplication, addition, etc) in C++ but it
relies on clapack for all the heavy-duty stuff.
So as far as VTK is concerned, it would be easier to incorporate
clapack directly rather than incorporate clapack via MTL.
- David
On Wed, 19 Sep 2001, Prabhu Ramachandran wrote:
> hi,
>
> >>>>> "DG" == David Gobbi <dgobbi at irus.rri.ca> writes:
>
> DG> It seems like there really should be some decent, modern,
> DG> open-source numerical code out there somewhere. But when I
> DG> first went looking for some four years ago I didn't find
> DG> anything, and it looks like the situation hasn't changed.
> DG> When I first saw vxl, I was hoping I had found it.
>
> Have you looked at mtl? I dont know if it offers what you want but
> here it is:
>
> http://www.osl.iu.edu/research/mtl/
>
> prabhu
> _______________________________________________
> vtk-developers mailing list
> vtk-developers at public.kitware.com
> http://public.kitware.com/mailman/listinfo/vtk-developers
>
More information about the vtk-developers
mailing list