[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming.threads

Multiple libear regression solver 1.02

Ramine

10/29/2014 11:34:00 PM

Hello,


Multiple linear regression solver was updated to version 1.02

the dynamic link library called "cMatrix.dll" was enhanced and now it's
really stable...

And since i am using an optimized LU factorization method that uses SSE2
instructions to compute the inverse matrix, this will give a more
numerically stable method to compute the inverse. Cause LU factorization
is a more numerically stable method, read here:

http://www.metacademy.org/graphs/concepts/lu_fac...


You can download my multiple linear regression solver from:

https://sites.google.com/site/aminer68/multiple-linear-...



Thank you,
Amine Moulay Ramdane.