Thread: Matrix math
View Single Post
  #1  
Old 05-15-2012, 11:26 AM
Enlil Enlil is offline
Member
 
Join Date: May 2008
Posts: 61
Matrix math

Hello,
I am trying to do a simple Cyclic Coordinate Descent algorithm, and need to be able to do repeated transformations on points, preferably in memory. I looked at vizmat, and it seems like it didn't have all the tools I needed to do this (I may be wrong - there is very little documentation, and I may have missed things in perusing the code).

So, is there a good way to do matrix math in Vizard, and if not, is there a way to use the numpy or scipy package?

Thanks,
Christian
Reply With Quote