index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
arch
Commit message (
Expand
)
Author
Age
*
Add a packetmath unit test, re-enable the comma-initializer unit test,
Gael Guennebaud
2008-08-20
*
* fix bug found by Boudewijn Rempt: no CMakeLists in arch/ subdir
Benoit Jacob
2008-08-19
*
Added a ei_palign function align a packet from two others.
Gael Guennebaud
2008-08-03
*
Optimizations:
Gael Guennebaud
2008-08-01
*
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Gael Guennebaud
2008-07-22
*
Fix compilation issues with icc and g++ < 4.1. Those include:
Gael Guennebaud
2008-07-21
*
* Fix a couple of issues related to the recent cache friendly products
Gael Guennebaud
2008-07-19
*
* rework Map, allow vectorization
Benoit Jacob
2008-06-27
*
* add ei_pdiv intrinsic, make quotient functor vectorizable
Benoit Jacob
2008-06-23
*
* implement slice vectorization. Because it uses unaligned
Benoit Jacob
2008-06-22
*
put inline keywords everywhere appropriate. So we don't need anymore to pass
Benoit Jacob
2008-05-12
*
move arch-specific code to arch/SSE and arch/AltiVec subdirs.
Benoit Jacob
2008-05-12