aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
* bug #195 - fix this once and for all: just never use _mm_load_sd on gcc/i386,...Gravatar Benoit Jacob2011-02-27
* Document (non)sorting of eigenvalues.Gravatar Jitse Niesen2011-02-27
* to ease debugging let's catch invalid template options in TransformGravatar Gael Guennebaud2011-02-25
* fix bug #195: fast unaligned load for integer using _mm_load_sd failed when t...Gravatar Benoit Jacob2011-02-24
* Improved docs of PlainObjectBase::conservativeResize methods.Gravatar Hauke Heibel2011-02-24
* fix AltiVec ploaddupGravatar Gael Guennebaud2011-02-24
* fix pset1 for complexGravatar Gael Guennebaud2011-02-23
* implement ploaddup for complex and SSE/NEON even though they are not used in ...Gravatar Gael Guennebaud2011-02-23
* implement ploaddup for altivec and add respective unit testGravatar Gael Guennebaud2011-02-23
* fix a couple of issues with pcplxflipGravatar Gael Guennebaud2011-02-23
* implement pcplxflip for altivecGravatar Gael Guennebaud2011-02-23
* same for neonGravatar Gael Guennebaud2011-02-23
* Altivec: fix infinite loop (ei_ -> internal:: change)Gravatar Gael Guennebaud2011-02-23
* fix no newline warningGravatar Gael Guennebaud2011-02-23
* add missing AlignedOnScalarGravatar Gael Guennebaud2011-02-22
* add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in o...Gravatar Benoit Jacob2011-02-22
* mergeGravatar Benoit Jacob2011-02-22
|\
* | ICC 12 / linux only defined __INTEL_COMPILER, not __intel_compilerGravatar Benoit Jacob2011-02-22
* | shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
* | fix legitimate ICC 12 warningGravatar Benoit Jacob2011-02-22
| * altivec compilation fixGravatar Gael Guennebaud2011-02-22
|/
* 'fix' a couple of clang -Wconstant-logical-operand warnings (still not convin...Gravatar Benoit Jacob2011-02-22
* __attribute__((flatten)) seems to be recognized by neither clang nor icc desp...Gravatar Benoit Jacob2011-02-22
* fix bug #190: directly pass Transform Options to Matrix, allowing to use RowM...Gravatar Benoit Jacob2011-02-22
* gcc 4.4 also defines float32_t as a special typeGravatar Gael Guennebaud2011-02-22
* more compilation fixes for altivecGravatar Gael Guennebaud2011-02-21
* fix compilationGravatar Gael Guennebaud2011-02-21
* fix ICE and warning with gcc 4.2.4Gravatar Gael Guennebaud2011-02-21
* fix bug #186 (in 32 bits mode, gcc 4.3 messed up with pfirst for complex<float>)Gravatar Gael Guennebaud2011-02-18
* fix a segfault in "slice vectorization" when the destination might not be ali...Gravatar Gael Guennebaud2011-02-18
* fix division by zero if the matrix is exactly zeroGravatar Gael Guennebaud2011-02-17
* for consistency forward declare tan, asin, acos functorsGravatar Gael Guennebaud2011-02-17
* factorize implementation of standard real unary math functions, and add acos,...Gravatar Gael Guennebaud2011-02-17
* Include necessary header files when working around bug #89.Gravatar Jitse Niesen2011-02-17
* Fix bug #89: on GCC <= 4.3, use a custom assert implementation to work around...Gravatar Benoit Jacob2011-02-16
* fix stupid warning (bug #185)Gravatar Gael Guennebaud2011-02-14
* Improve the Transform interface in order to prevent T.rotation() = R from com...Gravatar Hauke Heibel2011-02-14
* Improve documentation of plugins.Gravatar Jitse Niesen2011-02-13
* bumpGravatar Benoit Jacob2011-02-12
* MSVC does not like using uninitialized SSE variables, so we have to pass all ...Gravatar Hauke Heibel2011-02-12
* MergeGravatar Hauke Heibel2011-02-12
|\
* | Disabled warning regarding the use of uninitialized variables on MSVC.Gravatar Hauke Heibel2011-02-12
| * Write topic page for storage orders.Gravatar Jitse Niesen2011-02-12
|/
* implement optimized ploadu for MSVC10: this also fix bad code generation in g...Gravatar Gael Guennebaud2011-02-12
* since gebp_kernel handled the scaling by alpha it used too many packets, this...Gravatar Gael Guennebaud2011-02-12
* Reduced error traces when mixing matrices with different scalar types.Gravatar Hauke Heibel2011-02-11
* fix Transform documention regarding ModeGravatar Gael Guennebaud2011-02-10
* The pfirst hack is needed also on msvc 2010 as it gets completely nuts, even ...Gravatar Benoit Jacob2011-02-09
* fix redundancyGravatar Gael Guennebaud2011-02-09
* workaround gcc 4.2.1 ICE (fix bug #145)Gravatar Gael Guennebaud2011-02-09