Hi, This is a tangential topic. Can someone give me pointers where to find freeware/shareware/commercial packages for linear algebra and probability calculations (e.g: Cholesky decomposition, eigenvalue & eigenvectors in diagonalization, interpolation, normal distribution, beta distribution, inverse cumulative normal function, etc.), and such that it uses assembly level optimization (I need highspeed, but on mundane Pentium 3 or Pentium 4 machines) and can be used in Windows platform and from Microsoft's Visual C++? I know mtxvec from www.dewresearch.com does something along these lines, but it seems like they are aiming for specific dev platforms (CBuilder and Delphi). thanks! Hung Jung __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com
Hung Jung Lu wrote:
Can someone give me pointers where to find freeware/shareware/commercial packages for linear algebra and probability calculations (e.g: Cholesky decomposition, eigenvalue & eigenvectors in diagonalization,
This sounds likeyou are looking for is LAPACK with a good BLAS. Do a web search, and you'll find lot's of pointers. interpolation, normal distribution,
beta distribution, inverse cumulative normal function, etc.)
I'm lost here. Perhaps someone else will have some pointers. -Chris -- Christopher Barker, Ph.D. ChrisHBarker@home.net --- --- --- http://members.home.net/barkerlohmann ---@@ -----@@ -----@@ ------@@@ ------@@@ ------@@@ Oil Spill Modeling ------ @ ------ @ ------ @ Water Resources Engineering ------- --------- -------- Coastal and Fluvial Hydrodynamics -------------------------------------- ------------------------------------------------------------------------
On Fri, 2 Nov 2001, Hung Jung Lu wrote:
Can someone give me pointers where to find freeware/shareware/commercial packages for linear algebra and probability calculations (e.g: Cholesky decomposition, eigenvalue & eigenvectors in diagonalization, interpolation, normal distribution, beta distribution, inverse cumulative normal function, etc.), and such that it uses assembly level optimization (I need highspeed, but on mundane Pentium 3 or Pentium 4 machines) and can be used in Windows platform and from Microsoft's Visual C++? For statistical distribution functions, you can check DCDFLIB.C: http://odin.mdacc.tmc.edu/anonftp/page_2.html
It is C, not assembler. Jon Saenz. | Tfno: +34 946012445 Depto. Fisica Aplicada II | Fax: +34 944648500 Facultad de Ciencias. \\ Universidad del Pais Vasco \\ Apdo. 644 \\ 48080 - Bilbao \\ SPAIN
participants (3)
-
Chris Barker -
Hung Jung Lu -
Jon Saenz