PDA

View Full Version : Matrix math


Enlil
05-15-2012, 11:26 AM
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

farshizzo
05-17-2012, 10:57 AM
I would recommend using the numpy package. The following knowledge base article describes how to get it working with Vizard:
http://kb.worldviz.com/articles/496