04-20-2007 02:48 PM
Solved! Go to Solution.
04-22-2007 11:05 AM
John,
In version 7.0, LabVIEW was using a algorithm develop in house to obtain result. Although it would work in several cases, there was cases that this algorithm would not work as expected.
In version 7.1 and later, this LabVIEW start using a LAPACK/BLAS rotines. They are more advanced algorithm that has been used by several matematical software, including MatrixX and MATLAB.
So, since the algorithm has changed between version, you would expect different results, and, most probably, more accurate results.
Did you evaluate if the results are better? Is it failing your algorithm now?
04-23-2007 08:39 AM