4lex4 / scantailor-advanced

ScanTailor Advanced is the version that merges the features of the ScanTailor Featured and ScanTailor Enhanced versions, brings new ones and fixes.
GNU General Public License v3.0
1.14k stars 128 forks source link

Use Eigen lib #2

Open 4lex4 opened 6 years ago

4lex4 commented 6 years ago

Use the Eigen library for matrix and vector calculations to increase performance of the app.

maximilianduell commented 6 years ago

I am not a numeric expert, but it might be useful to also benchmark some libraries which use CUDA or OpenCL acceleration, as e.g. ViennaCL(http://viennacl.sourceforge.net). However the latter has definitely less features compared to Eigen.

data-man commented 6 years ago

Probably, this library also will be useful for you: Simd.