aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Collapse)AuthorAge
* added Eigen::FFT andGravatar Mark Borgerding2009-10-20
|\ | | | | | | Eigen::Complex
* | Added Windows support to the BenchTimer.Gravatar Hauke Heibel2009-10-20
| |
| * merged eigen2_for_fft into eigen2 mainlineGravatar Mark Borgerding2009-10-20
|/|
* | extend the sparse matrix assembly benchmarkGravatar Gael Guennebaud2009-10-07
| |
* | implement __gnuc_forget_about_setZero_its_over_nowGravatar Gael Guennebaud2009-09-18
| |
* | add a "rot" benchmark in BTLGravatar Gael Guennebaud2009-08-15
| |
* | add ger and lu with partial pivoting in BTLGravatar Gael Guennebaud2009-08-04
| |
* | * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
| | | | | | | | * This probably makes ReturnByValue needless
* | synch with main branchGravatar Gael Guennebaud2009-07-28
|\ \
* | | compilation fixes in BTLGravatar Gael Guennebaud2009-07-28
| | |
| * | re-implement stableNorm using a homemade blocky andGravatar Gael Guennebaud2009-07-17
| | | | | | | | | | | | vectorization friendly algorithm (slow if no vectorization)
| * | add other stable norm impl. in the benchmarkGravatar Gael Guennebaud2009-07-16
| | |
| * | bugfix in blueNormGravatar Gael Guennebaud2009-07-16
| | |
| * | add a benchmark for the different normsGravatar Gael Guennebaud2009-07-16
|/ /
* | add a partial LU bench in BTLGravatar Gael Guennebaud2009-06-04
| |
| * more work on ei_fftw_implGravatar Mark Borgerding2009-05-31
| |
| * added real-optimized inverse FFT (NFFT must be multiple of 4)Gravatar Mark Borgerding2009-05-25
| |
| * changed name from simple_fft_traits to ei_kissfft_implGravatar Mark Borgerding2009-05-25
| |
| * added FFT inverse complex-to-scalar interface (not yet optimized)Gravatar Mark Borgerding2009-05-23
| |
| * started real optimization, added benchmark for FFTGravatar Mark Borgerding2009-05-23
| |
* | remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
|/ | | | it never made very precise sense. but now does it still make any?
* various BTL updates (disable Cholesky for MTL, add new plot settings,Gravatar Gael Guennebaud2009-03-09
| | | | etc)
* forgot to include a file in previous commitGravatar Gael Guennebaud2009-03-09
|
* add an option to bench eigen without GCC's auto vec (might conflict withGravatar Gael Guennebaud2009-03-09
| | | | Eigen's auto vec)
* BTL: add syr2 actionGravatar Gael Guennebaud2009-03-05
|
* BTL: - patch from Victor (add ACML support)Gravatar Gael Guennebaud2009-03-05
| | | | - fix overflow issues
* various update of of BTLGravatar Gael Guennebaud2009-03-04
|
* add symv benchGravatar Gael Guennebaud2009-02-20
|
* s/cholesky/llt in precompiled lib and BTLGravatar Gael Guennebaud2009-02-06
|
* add bench_reverse, draft of a reverse vectorization for AltiVec, makeGravatar Gael Guennebaud2009-02-06
| | | | global Scaling function static
* update cholesky benchmarkGravatar Gael Guennebaud2009-02-03
|
* various updates in the (still messy) sparse benchmarksGravatar Gael Guennebaud2009-01-28
|
* * complete the support of QVector via a QtAlignedMalloc headerGravatar Gael Guennebaud2009-01-20
| | | | * add a unit test for QVector which shows the issue with QVector::fill
* bugfix in Map by Keir MierleGravatar Gael Guennebaud2009-01-18
|
* add ublas vector of vector in sparse setter benchGravatar Gael Guennebaud2009-01-17
|
* add a sparse setter benchGravatar Gael Guennebaud2009-01-17
|
* add a sparse * dense_vector benchGravatar Gael Guennebaud2009-01-14
|
* updating FindEigen2.cmake for proper search orderGravatar James Richard Tyrer2009-01-11
|
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
| | | | | | | ei_aligned_malloc now really behaves like a malloc (untyped, doesn't call ctor) ei_aligned_new is the typed variant calling ctor EIGEN_MAKE_ALIGNED_OPERATOR_NEW now takes the class name as parameter
* * require CMake 2.6.2 everywhere, Alexander Neundorf says it'd make itGravatar Benoit Jacob2009-01-04
| | | | | | easier to have a uniform requirement in kdesupport for when he makes fixes. * add eigen versioning macros
* * the 4th template param of Matrix is now Options. One bit for storageGravatar Benoit Jacob2009-01-04
| | | | | | | | | | | | | | | | order, one bit for enabling/disabling auto-alignment. If you want to disable, do: Matrix<float,4,1,Matrix_DontAlign> The Matrix_ prefix is the only way I can see to avoid ambiguity/pollution. The old RowMajor, ColMajor constants are deprecated, remain for now. * this prompted several improvements in matrix_storage. ei_aligned_array renamed to ei_matrix_array and moved there. The %16==0 tests are now much more centralized in 1 place there. * unalignedassert test: updated * update FindEigen2.cmake from KDElibs * determinant test: use VERIFY_IS_APPROX to fix false positives; add testing of 1 big matrix
* * make WithAlignedOperatorNew always align even when vectorization is disabledGravatar Benoit Jacob2008-12-30
| | | | * make ei_aligned_malloc and ei_aligned_free honor custom operator new and delete
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
| | | | * finally get ei_add_test right
* various MSVC fixes in BTLGravatar Gael Guennebaud2008-12-19
|
* improved MSVC support in cmake files (SSE)Gravatar Gael Guennebaud2008-12-18
|
* Update e-mail addressGravatar Benoit Jacob2008-11-24
|
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05
| | | | | | | | | * add a LDL^T factorization with solver using code from T. Davis's LDL library (LPGL2.1+) * various bug fixes in trianfular solver, matrix product, etc. * improve cmake files for the supported libraries * split the sparse unit test * etc.
* some cleaning and doc in ParametrizedLine and HyperPlaneGravatar Gael Guennebaud2008-10-25
| | | | Just a thought: what about ParamLine instead of the verbose ParametrizedLine ?
* sparse module:Gravatar Gael Guennebaud2008-10-21
| | | | | - remove some useless stuff => let's focus on a single sparse matrix format - finalize the new RandomSetter
* add the bench file for the RandomSetterGravatar Gael Guennebaud2008-10-21
|