04-08-2008 10:20 AM - edited 04-08-2008 10:22 AM
04-08-2008 10:36 AM - edited 04-08-2008 10:36 AM
Well, we don't need 2D for the vector. 😄

04-08-2008 11:06 AM
04-08-2008 11:28 AM
04-09-2008 07:55 AM
Most modern processors do double precision arithmetic about as fast as single precision (both are single-cycle or multiple operation per cycle operations). Your only advantage in using single precision is probably in memory handling. Modern processors can also do a lot of the matrix math in single operations (SSE2 and above capable processors can do this in double precision, MMX is integer, SSE is single precision).
Take home message - you probably will not get much speed out of this exercise.
One final note. Although I am an NI employee, I do not work with the math/analysis team so have no knowledge of the internal structure of the matrix operation primitives/VIs. I develop applications in LabVIEW.
04-09-2008 08:13 AM
04-09-2008 08:52 AM