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
/
GenericPacketMath.h
Commit message (
Expand
)
Author
Age
*
s/IsVectorized/Vectorizable
Gael Guennebaud
2010-07-07
*
* add a IsVectorized mechanism (instead of packet-size>1...)
Gael Guennebaud
2010-07-06
*
* extend the Has* packet traits and makes all functor use it
Gael Guennebaud
2010-07-05
*
email change
Gael Guennebaud
2010-06-24
*
fix linking errors with multiply defined functions
Benoit Jacob
2010-06-18
*
packet math functions:
Benoit Jacob
2010-06-15
*
(proper commit this time)
Konstantinos Margaritis
2010-04-24
*
Backed out changeset 6972c140f737874d88da0e225c7c27b4563a4518
Konstantinos Margaritis
2010-04-24
*
replaced _mm_prefetch in GeneralBlockPanelKernel.h, with ei_prefetch() inline...
oem
2010-04-24
*
Added an ei_linspaced_op to create linearly spaced vectors.
Hauke Heibel
2010-01-26
*
Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)
Gael Guennebaud
2009-11-20
*
finally directly calling the low-level products is faster
Gael Guennebaud
2009-07-10
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
oops, bad copy paste in ei_psqrt, thanks to Jitse Niesen
Gael Guennebaud
2009-04-02
*
make special ei_p functions static to avoid linking issues (they are too
Gael Guennebaud
2009-03-27
*
add vectorization of sqrt for float
Gael Guennebaud
2009-03-27
*
for some reason passing the argument by const reference killed the perf
Gael Guennebaud
2009-03-25
*
add SSE2 versions of sin, cos, log, exp using code from Julien
Gael Guennebaud
2009-03-25
*
add vectorization of unary operator-() (the AltiVec version is probably
Gael Guennebaud
2009-03-20
*
add the vectorization of abs
Gael Guennebaud
2009-03-09
*
* exit Sum.h, exit Prod.h, welcome vectorization of redux() !
Gael Guennebaud
2009-02-12
*
* add ei_predux_mul internal function
Gael Guennebaud
2009-02-10
*
Add vectorization of Reverse (was more tricky than I thought) and
Gael Guennebaud
2009-02-06
*
Update e-mail address
Benoit Jacob
2008-11-24
*
spelling + some krazy directives
Gael Guennebaud
2008-08-28
*
* move memory related stuff to util/Memory.h
Gael Guennebaud
2008-08-26