eigen/bench/btl/cmake
Benoit Jacob 15ca6659ac * the 4th template param of Matrix is now Options. One bit for storage
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
2009-01-04 15:26:32 +00:00
..
FindATLAS.cmake BTL: - added tridiagonalization and hessenberg decomposition bench 2008-07-28 20:48:21 +00:00
FindBlitz.cmake imported a reworked version of BTL (Benchmark for Templated Libraries). 2008-07-09 14:04:48 +00:00
FindCBLAS.cmake imported a reworked version of BTL (Benchmark for Templated Libraries). 2008-07-09 14:04:48 +00:00
FindEigen2.cmake * the 4th template param of Matrix is now Options. One bit for storage 2009-01-04 15:26:32 +00:00
FindEigen.cmake imported a reworked version of BTL (Benchmark for Templated Libraries). 2008-07-09 14:04:48 +00:00
FindGMM.cmake imported a reworked version of BTL (Benchmark for Templated Libraries). 2008-07-09 14:04:48 +00:00
FindGOTO.cmake BTL: - added tridiagonalization and hessenberg decomposition bench 2008-07-28 20:48:21 +00:00
FindMKL.cmake enhancements of the plot generator: 2008-07-13 11:46:36 +00:00
FindMTL4.cmake another occurence of that little cmake fix 2008-07-12 23:27:41 +00:00
FindPackageHandleStandardArgs.cmake * big rework of Inverse.h: 2008-07-15 23:56:17 +00:00
FindTvmet.cmake fix a cmake issue in FindTvmet and FindMKL 2008-07-12 23:34:42 +00:00
MacroOptionalAddSubdirectory.cmake imported a reworked version of BTL (Benchmark for Templated Libraries). 2008-07-09 14:04:48 +00:00