eigen/test
Benoit Jacob dcebc46cdc - cleaner use of OpenMP (no code duplication anymore)
using a macro and _Pragma.
- use OpenMP also in cacheOptimalProduct and in the
  vectorized paths as well
- kill the vector assignment unroller. implement in
  operator= the logic for assigning a row-vector in
  a col-vector.
- CMakeLists support for building tests/examples
  with -fopenmp and/or -msse2
- updates in bench/, especially replace identity()
  by ones() which prevents underflows from perturbing
  bench results.
2008-04-11 14:28:42 +00:00
..
adjoint.cpp generalized ei_traits<>. 2008-03-12 17:17:36 +00:00
basicstuff.cpp Make use of the LazyBit, introduce .lazy(), remove lazyProduct. 2008-03-31 16:20:06 +00:00
CMakeLists.txt * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4; 2008-03-08 19:02:24 +00:00
cwiseop.cpp * added cwise comparisons 2008-04-03 18:13:27 +00:00
linearstructure.cpp * make use of the EvalBeforeNestingBit and EvalBeforeAssigningBit 2008-04-05 11:10:54 +00:00
main.cpp Removed Column and Row in favor of Block 2008-03-12 18:10:52 +00:00
main.h Added initial experimental support for explicit vectorization. 2008-04-09 12:31:55 +00:00
map.cpp Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
miscmatrices.cpp generalized ei_traits<>. 2008-03-12 17:17:36 +00:00
product.cpp - cleaner use of OpenMP (no code duplication anymore) 2008-04-11 14:28:42 +00:00
smallvectors.cpp Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
submatrices.cpp Make use of the LazyBit, introduce .lazy(), remove lazyProduct. 2008-03-31 16:20:06 +00:00