grh.mur.at - sparse matrix http://grh.mur.at/taxonomy/term/53/0 en Matrix Library Benchmark Follow-Up http://grh.mur.at/blog/matrix-library-benchmark-follow <p>It seems that many people start using the <a href="http://flens.sourceforge.net/">flens</a> C++ matrix library for scientific computation because of my <a href="http://grh.mur.at/publications/sparse-matrix-library-benchmark">Sparse Matrix Library Benchmark</a> article. This blog post should be a small add on and discusses possible difficulties with flens.</p> <p><strong>UPDATE: flens changed very much in 2012</strong> - see comment #3 by Michael Lehn! Now it is also header only like Eigen, so everything which is written here <strong>should be re-evaluated</strong>!</p> <h1>Problems with flens</h1> <p><a href="http://grh.mur.at/blog/matrix-library-benchmark-follow" target="_blank">read more</a></p> benchmark C C++ english blog sparse matrix Fri, 03 Jul 2009 22:01:46 +0000 grh 160 at http://grh.mur.at Sparse Matrix Library Benchmark http://grh.mur.at/publications/sparse-matrix-library-benchmark <div class="field field-type-number-integer field-field-year"> <div class="field-items"> <div class="field-item odd"> <div class="field-label-inline-first"> Year:&nbsp;</div> 2007 </div> </div> </div> <div class="field field-type-text field-field-authors"> <div class="field-items"> <div class="field-item odd"> <div class="field-label-inline-first"> Authors:&nbsp;</div> Georg Holzmann </div> </div> </div> <div class="field field-type-text field-field-pubtype"> <div class="field-items"> <div class="field-item odd"> <div class="field-label-inline-first"> Type:&nbsp;</div> Technical report </div> </div> </div> <div class="field field-type-text field-field-publisher"> <div class="field-items"> <div class="field-item odd"> <div class="field-label-inline-first"> Publisher:&nbsp;</div> <p>Internet Publication</p> </div> </div> </div> <div class="field field-type-text field-field-abstract"> <div class="field-label">Abstract:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> <p><center><strong>Important: please also look at the <a href="http://grh.mur.at/blog/matrix-library-benchmark-follow">Matrix Library Benchmark Follow-Up</a> !</strong></center></p> <p>This report presents benchmarks of C++ scientific computing libraries for small and medium size sparse matrices.</p> <p>Be warned: these benchmarks are very specialized on a neural network like algorithm I had to implement. However, also the initialization time of sparse matrices and a matrix-vector multiplication was measured, which might be of general interest.</p> </div> </div> </div> <div class="field field-type-filefield field-field-publication"> <div class="field-label">Publication:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> <div class="filefield-file clear-block"><div class="filefield-icon field-icon-application-pdf"><img class="field-icon-application-pdf" alt="application/pdf icon" src="http://grh.mur.at/sites/all/modules/filefield/icons/protocons/16x16/mimetypes/application-pdf.png" /></div><a href="http://grh.mur.at/sites/default/files/SparseLibraryBenchmark_0.pdf" type="application/pdf; length=1225132" title="SparseLibraryBenchmark.pdf">Sparse Matrix Library Benchmark</a></div> </div> </div> </div> <div class="field field-type-filefield field-field-media"> <div class="field-label">Media:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> <div class="filefield-file clear-block"><div class="filefield-icon field-icon-application-octet-stream"><img class="field-icon-application-octet-stream" alt="application/octet-stream icon" src="http://grh.mur.at/sites/all/modules/filefield/icons/protocons/16x16/mimetypes/application-octet-stream.png" /></div><a href="http://grh.mur.at/sites/default/files/sparselib_benchmarks.tar_.gz" type="application/octet-stream; length=450835" title="sparselib_benchmarks.tar_.gz">Benchmark Code</a></div> </div> </div> </div> benchmark C++ sparse matrix Wed, 24 Jun 2009 18:52:02 +0000 grh 149 at http://grh.mur.at