Matrix Multiplication
- From: Evgenii Rudnyi <usenet@xxxxxxxxx>
- Date: Thu, 3 Jan 2008 11:32:08 -0800 (PST)
Hello,
I have written an introductory text about matrix multiplication where
I compare the performance in NumPy, Fortran, C, and C++. The direct
(naive) implementation is compared with ATLAS.
http://matrixprogramming.com/MatrixMultiply/
Your comments are welcome.
Best wishes,
Evgenii Rudnyi
.
Relevant Pages
- Re: Matrix Multiplication
... I have written an introductory text about matrix multiplication where ... I compare the performance in NumPy, Fortran, C, and C++. ... There is also the question of the intended audience for an introductory ... (sci.math.num-analysis) - Re: How does forth productivity compare to the scripting languages?
... python... ... FORTRAN and was the language of the HP-2000 time-shared computers we ... if a more formal study was not yet conducted to compare the ... (comp.lang.forth) - Re: Any libraries for vector mask and vector population count?
... mask and vector popcount to compare two 2-bit encoded ... The MERGE intrinsic might be slightly faster, ... The Fortran 2003 C interoperability facility is supported reasonably ... fast way to do vector population count using logical operators ... (comp.lang.fortran) - Re: How does forth productivity compare to the scripting languages?
... how would that compare? ... FORTRAN and was the language of the HP-2000 time-shared computers we ... (comp.lang.forth) - Re: Fortran to VB.net
... Had already gotten Open in VB.NET --> Fileopen(#, filename, etc..) ... At the end I'd like to see what the Fortran was and what the VB became to compare alongside. ... While there are other things like Format$() being a pita as compared to Fortran FORMAT statements, overall there's a very direct comparison in most parts of the language. ... (comp.lang.fortran) |
|