Go to file
Gael Guennebaud 4fa40367e9 * Big change in Block and Map:
- added a MapBase base xpr on top of which Map and the specialization
    of Block are implemented
  - MapBase forces both aligned loads (and aligned stores, see below) in expressions
    such as "x.block(...) += other_expr"
* Significant vectorization improvement:
 - added a AlignedBit flag meaning the first coeff/packet is aligned,
   this allows to not generate extra code to deal with the first unaligned part
 - removed all unaligned stores when no unrolling
 - removed unaligned loads in Sum when the input as the DirectAccessBit flag
* Some code simplification in CacheFriendly product
* Some minor documentation improvements
2008-08-09 18:41:24 +00:00
bench Add a LU decomposition action in BTL and various cleaning in BTL. For instance 2008-08-04 23:12:48 +00:00
demos - many updates after Cwise change 2008-07-08 07:56:01 +00:00
disabled Added MatrixBase::Unit*() static function to easily create unit/basis vectors. 2008-07-19 13:03:23 +00:00
doc * Rewrite the triangular solver so that we can take advantage of our efficient matrix-vector products: 2008-07-26 20:40:29 +00:00
Eigen * Big change in Block and Map: 2008-08-09 18:41:24 +00:00
test *implement LU solver (solves any rectangular system) 2008-08-09 15:23:54 +00:00
CMakeLists.txt imported a reworked version of BTL (Benchmark for Templated Libraries). 2008-07-09 14:04:48 +00:00
COPYING Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
COPYING.LESSER Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
Doxyfile
Mainpage.dox many small fixes and documentation improvements, 2008-05-29 03:12:30 +00:00