I really think it would be nice to have something in VTK to allow users to do simple matrix/vector multiplication/addition/transpose/etc without much effort and fighting ** type variables.  It will also greatly improve the interface to many of the vtkMath functions.<br>
<br>I have started working on vtkMatrix here:<br><a href="http://www.rpi.edu/~doriad/VTK_List/vtkMatrix/">http://www.rpi.edu/~doriad/VTK_List/vtkMatrix/</a><br><br>Take a look at Example.cxx to see the syntax. Can I get some initial comments? Is it something that users actually want/actually has a chance of making it to VTK? Is this the right structure/way to go about writing such a thing? Is there any way we could include some things from VNL in VTK as ITK does to avoid reinventing the wheel?<br>
<br clear="all">Thanks,<br><br>David<br>