index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
Commit message (
Expand
)
Author
Age
*
sync
Gael Guennebaud
2010-07-07
|
\
*
|
optimized conjugate products for SSE3
Gael Guennebaud
2010-07-07
*
|
optimize for SSE3 => significant speed up !!
Gael Guennebaud
2010-07-07
*
|
optimize pmul for complex<double>
Gael Guennebaud
2010-07-07
*
|
optimize gemv for complex<double> and fix gcc alignment issue in 32bits
Gael Guennebaud
2010-07-07
*
|
cleanning
Gael Guennebaud
2010-07-07
*
|
s/IsVectorized/Vectorizable
Gael Guennebaud
2010-07-07
*
|
add a compile time error if someone call packet on Diagonal (instead of infin...
Gael Guennebaud
2010-07-07
*
|
fix vectorization rule of diagonal-product
Gael Guennebaud
2010-07-07
*
|
fix row cwise-prod column in coeff based products...
Gael Guennebaud
2010-07-07
*
|
add a conj_product functor and optimize dot products
Gael Guennebaud
2010-07-07
*
|
fix mixing types in DiagonalProduct
Gael Guennebaud
2010-07-07
*
|
* add a IsVectorized mechanism (instead of packet-size>1...)
Gael Guennebaud
2010-07-06
*
|
bug fix forgot to conjugate the scalar factor when needed
Gael Guennebaud
2010-07-06
*
|
reduce code generation and minor speed up
Gael Guennebaud
2010-07-06
*
|
add support for vectorized conjugated products
Gael Guennebaud
2010-07-06
|
*
Various documentation improvements.
Jitse Niesen
2010-07-06
|
*
Avoid calling resizeLike, if EIGEN_NO_AUTOMATIC_RESIZING is defined
Jens Mueller
2010-07-06
|
*
indentation
Gael Guennebaud
2010-07-06
*
|
* extend the Has* packet traits and makes all functor use it
Gael Guennebaud
2010-07-05
|
*
oops I did not see that
Gael Guennebaud
2010-07-05
*
|
add intitial support for the vectorization of complex<float>
Gael Guennebaud
2010-07-05
|
*
add check for non x86 platforms, we get a compile error on arm/powerpc withou...
Konstantinos Margaritis
2010-07-05
|
/
*
fix warning "type qualifiers ignored on function return type" for long long s...
Gael Guennebaud
2010-07-05
*
fix unaligned workspace in sybb
Gael Guennebaud
2010-07-05
*
comment the workaround of the EIGEN_EMPTY_STRUCT_CTOR workaround for gcc 4.3
Gael Guennebaud
2010-07-04
*
suppress warning and add a fixme about this transpose argument
Gael Guennebaud
2010-07-03
*
fix openmp for row major destination
Gael Guennebaud
2010-07-03
*
fix bug with openmp
Gael Guennebaud
2010-07-03
*
shut one more warning
Thomas Capricelli
2010-07-01
*
fix compilation issue with clang
Thomas Capricelli
2010-07-01
*
oops... fix it better
Thomas Capricelli
2010-07-01
*
fix compilation with icc. Anyway, the use of an enum instead of a
Thomas Capricelli
2010-07-01
*
fix warnings with old gcc
Thomas Capricelli
2010-07-01
*
Bug fix for NumTraits<T>::lowest() .
Jitse Niesen
2010-07-01
*
s/struct/class/g ; bug reported by Thomas
Benoit Jacob
2010-06-30
*
disable empty struct trick for buggy gcc 4.3
Gael Guennebaud
2010-06-29
*
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
Benoit Jacob
2010-06-29
*
fix potential warning
Benoit Jacob
2010-06-29
*
AltiVec signed integer pmadd removed, proved to be 2x slower than the scalar ...
Konstantinos Margaritis
2010-06-28
*
Added doxygen info for .matrix() and .array()
Carlos Becker
2010-06-28
*
fix unused warning when EIGEN_HAS_FUSE_CJMADD
Gael Guennebaud
2010-06-27
*
fix #146
Benoit Jacob
2010-06-27
*
Fix cache computation on old Intel CPUs which do not
Gael Guennebaud
2010-06-27
*
add a utilility to debug cpuid, and makes sure we get 0 if we query an unsupp...
Gael Guennebaud
2010-06-26
*
add default parameters for InnerStride/OuterStride to be
Gael Guennebaud
2010-06-25
*
use const Scalar& instead of Scalar for function arguments
Gael Guennebaud
2010-06-25
*
comment all disabled MSVC warnings
Gael Guennebaud
2010-06-25
*
fix very annoying warning (gcc 4.3): type qualifiers ignored on function retu...
Gael Guennebaud
2010-06-25
*
fox blcok size computation for fixed size objects
Gael Guennebaud
2010-06-25
[next]