11-06-2013 05:38 AM
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
11-06-2013
03:34 PM
- last edited on
04-15-2024
02:20 PM
by
Content Cleaner
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.