Hi,
I'm getting different output from my application when it is run on 32-bit and 64-bit Windows 7 systems. The application performs some least squares fitting and calls various alglib functions: lsfitcreatef and lsfitcreatewf, lsfitsetbc, lsfitsetcond, lsfitfit, lsfitresults It also calls alglib.errorfunction
All inputs look the same in both cases so I'm wondering if alglib could be the cause. Does this sounds plausible? The source code always references alglibnet2.dll and is compiled for AnyCPU
Thanks
|