LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Single Precision "3D Cartesian Coordinate Rotation (Direction) (Array)"

Hi there

 

I am using "3D Cartesian Coordinate Rotation (Direction) (Array).vi" but this VI used Double Precision XYZ numbers.

 

Is there equivalent in Single Precision?

 

My reason is to save memory space and time. I am already using 64-bits LabVIEW  with 16 GB or RAM.

 

LabVIEW 2013

 

Thank you

 Peter

 

 

0 Kudos
Message 1 of 2
(2,269 Views)

No, unfortunately LabVIEW provides very few Single Precision VIs (see my idea here).  You might have success by reimplementing it yourself (it's just a matrix multiplication - look in the Help), and using the Multicore Analysis and Sparse Matrix Toolkit which does provide both SGL and DBL paralellized forms of most of the Linear Algebra VIs, among other things.

 

 

0 Kudos
Message 2 of 2
(2,242 Views)