aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* optimized conjugate products for SSE3Gravatar Gael Guennebaud2010-07-07
* optimize for SSE3 => significant speed up !!Gravatar Gael Guennebaud2010-07-07
* optimize pmul for complex<double>Gravatar Gael Guennebaud2010-07-07
* optimize gemv for complex<double> and fix gcc alignment issue in 32bitsGravatar Gael Guennebaud2010-07-07
* cleanningGravatar Gael Guennebaud2010-07-07
* s/IsVectorized/VectorizableGravatar Gael Guennebaud2010-07-07
* add a compile time error if someone call packet on Diagonal (instead of infin...Gravatar Gael Guennebaud2010-07-07
* fix vectorization rule of diagonal-productGravatar Gael Guennebaud2010-07-07
* fix row cwise-prod column in coeff based products...Gravatar Gael Guennebaud2010-07-07
* add a conj_product functor and optimize dot productsGravatar Gael Guennebaud2010-07-07
* fix mixing types in DiagonalProductGravatar Gael Guennebaud2010-07-07
* * add a IsVectorized mechanism (instead of packet-size>1...)Gravatar Gael Guennebaud2010-07-06
* bug fix forgot to conjugate the scalar factor when neededGravatar Gael Guennebaud2010-07-06
* reduce code generation and minor speed upGravatar Gael Guennebaud2010-07-06
* add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
* * extend the Has* packet traits and makes all functor use itGravatar Gael Guennebaud2010-07-05
* add intitial support for the vectorization of complex<float>Gravatar Gael Guennebaud2010-07-05
* fix warning "type qualifiers ignored on function return type" for long long s...Gravatar Gael Guennebaud2010-07-05
* fix unaligned workspace in sybbGravatar Gael Guennebaud2010-07-05
* comment the workaround of the EIGEN_EMPTY_STRUCT_CTOR workaround for gcc 4.3Gravatar Gael Guennebaud2010-07-04
* suppress warning and add a fixme about this transpose argumentGravatar Gael Guennebaud2010-07-03
* fix openmp for row major destinationGravatar Gael Guennebaud2010-07-03
* fix bug with openmpGravatar Gael Guennebaud2010-07-03
* shut one more warningGravatar Thomas Capricelli2010-07-01
* fix compilation issue with clangGravatar Thomas Capricelli2010-07-01
* oops... fix it betterGravatar Thomas Capricelli2010-07-01
* fix compilation with icc. Anyway, the use of an enum instead of aGravatar Thomas Capricelli2010-07-01
* fix warnings with old gccGravatar Thomas Capricelli2010-07-01
* Bug fix for NumTraits<T>::lowest() .Gravatar Jitse Niesen2010-07-01
* s/struct/class/g ; bug reported by ThomasGravatar Benoit Jacob2010-06-30
* disable empty struct trick for buggy gcc 4.3Gravatar Gael Guennebaud2010-06-29
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* fix potential warningGravatar Benoit Jacob2010-06-29
* AltiVec signed integer pmadd removed, proved to be 2x slower than the scalar ...Gravatar Konstantinos Margaritis2010-06-28
* Added doxygen info for .matrix() and .array()Gravatar Carlos Becker2010-06-28
* fix unused warning when EIGEN_HAS_FUSE_CJMADDGravatar Gael Guennebaud2010-06-27
* fix #146Gravatar Benoit Jacob2010-06-27
* Fix cache computation on old Intel CPUs which do notGravatar Gael Guennebaud2010-06-27
* add a utilility to debug cpuid, and makes sure we get 0 if we query an unsupp...Gravatar Gael Guennebaud2010-06-26
* add default parameters for InnerStride/OuterStride to beGravatar Gael Guennebaud2010-06-25
* use const Scalar& instead of Scalar for function argumentsGravatar Gael Guennebaud2010-06-25
* comment all disabled MSVC warningsGravatar Gael Guennebaud2010-06-25
* fix very annoying warning (gcc 4.3): type qualifiers ignored on function retu...Gravatar Gael Guennebaud2010-06-25
* fox blcok size computation for fixed size objectsGravatar Gael Guennebaud2010-06-25
* add mixed sparse-dense outer productGravatar Gael Guennebaud2010-06-25
* Fix use of nesting types in SparseTranspose and split the big SparseProduct.h...Gravatar Gael Guennebaud2010-06-25
* email changeGravatar Gael Guennebaud2010-06-24
* makes SparseView a true sparse expression and fix use of nesting typesGravatar Gael Guennebaud2010-06-24
* fix infinite loopGravatar Gael Guennebaud2010-06-24
* - add a low level mechanism to provide preallocated memory to gemmGravatar Gael Guennebaud2010-06-24