aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * | | merge with default branchGravatar Gael Guennebaud2010-03-04
| |\| |
| | | * Moved x()/y()/z() and w() access functions to DenseBase; they are now availab...Gravatar Hauke Heibel2010-03-04
| | * | add a minor FIXMEGravatar Gael Guennebaud2010-03-04
| | |/
| | * integer division is vectorizable on no SIMD platform, not just SSE.Gravatar Benoit Jacob2010-03-04
| | * arm_neon.h is a standard header file, fixedGravatar Konstantinos Margaritis2010-03-03
| | * minor cleanupGravatar Benoit Jacob2010-03-03
| | * factorize default performance related settings to a single fileGravatar Gael Guennebaud2010-03-03
| | * Added initial NEON support, most tests pass however we had to use some hackis...Gravatar Konstantinos Margaritis2010-03-03
| | * cleanup/simplification in computation of matrix flagsGravatar Benoit Jacob2010-03-03
| | * mergeGravatar Benoit Jacob2010-03-03
| | |\
| | | * Backed out changeset 2f3d685e0c687ae1121428dab6bc0ec868b14fe3Gravatar Benoit Jacob2010-03-03
| | * | Added a missing inline hints.Gravatar Hauke Heibel2010-03-03
| | * | clean #defined tokens, and use clock_gettime for the real timeGravatar Gael Guennebaud2010-03-03
| | * | BenchTimer: avoid warning about symbol redefinition on win32, and include <Ei...Gravatar Eamon Nerbonne2010-03-02
| | * | blas: add warnings for non implemented functionsGravatar Gael Guennebaud2010-03-03
| | * | Adapted the comment and removed it from the public dox.Gravatar Hauke Heibel2010-03-03
| | * | product selector: the symmetric caseGravatar Gael Guennebaud2010-03-02
| | * | Added a comment to prevent placing an EIGEN_STRONG_INLINE where it makes no s...Gravatar Hauke Heibel2010-03-02
| | * | Changed product type selector to fix perf regression.Gravatar Eamon Nerbonne2010-03-02
| | * | add missing implementation of uniform scaling productsGravatar Gael Guennebaud2010-03-02
| | |/
| | * a matrix (or array) does not always have the LinearAccessBit!Gravatar Gael Guennebaud2010-03-02
| | * blas: add a default implementation of xerblaGravatar Gael Guennebaud2010-03-02
| | * blas: fix most of level1 functionsGravatar Gael Guennebaud2010-03-02
| | * fix compilationGravatar Benoit Jacob2010-03-02
| | * blas: fix HEMM and HERKGravatar Gael Guennebaud2010-03-02
| | * selfadjoint: do not reference the imaginary part of the diagonalGravatar Gael Guennebaud2010-03-02
| | * blas: fix SYRKGravatar Gael Guennebaud2010-03-02
| | * Fixes a compilation issue for MSVC.Gravatar Hauke Heibel2010-03-01
| | * blas interface: fix compilation, fix GEMM, SYMM, TRMM, and TRSM,Gravatar Gael Guennebaud2010-03-01
| | * Add (failing) test for computing HouseholderQR of a 1x1 matrix.Gravatar Jitse Niesen2010-03-01
| * | rm useless omp shared directiveGravatar Gael Guennebaud2010-03-01
| * | remove Qt's atomic dependency, I don't know what I was doing wrong...Gravatar Gael Guennebaud2010-03-01
| | * Make MatrixFunctions tests more robust.Gravatar Jitse Niesen2010-03-01
| * | GEMM: move the first packing of A' before the packing of B'Gravatar Gael Guennebaud2010-03-01
| * | make Aron's idea work using Qt's atomic implementation for the synchronisationGravatar Gael Guennebaud2010-03-01
| | * remove the hack to make the static assertion on types actually show up.Gravatar Benoit Jacob2010-02-28
| | * forgot defined(...)Gravatar Benoit Jacob2010-02-28
| | * on 64-bit systems, glibc's malloc returns 16-byte aligned ptrs, and we now ta...Gravatar Benoit Jacob2010-02-28
| | * * fix ei_handmade_aligned_realloc (was calling realloc on wrong ptr)Gravatar Benoit Jacob2010-02-28
| | * Added a generic reallocation implementation based on ei_aligned_malloc/_free.Gravatar Hauke Heibel2010-02-28
| | * Hide some internal stuff from the docs.Gravatar Hauke Heibel2010-02-28
| | * comment out cerr'sGravatar Benoit Jacob2010-02-28
| | * misc cleaningGravatar Thomas Capricelli2010-02-28
| | * Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in...Gravatar Benoit Jacob2010-02-27
| | * add ei_posix_memalign_reallocGravatar Benoit Jacob2010-02-27
| | * add missing inline keyword, thanks to Eamon.Gravatar Benoit Jacob2010-02-27
| | * Use a specialization of test_is_equal() instead of defining COMPARE()Gravatar Thomas Capricelli2010-02-27
| | * Added support for realloc based conservative resizing.Gravatar Hauke Heibel2010-02-27
| | * Fixed a typo.Gravatar Hauke Heibel2010-02-27
| | * dot: handle the rowvector.dot(colvector) case where one needs to transpose.Gravatar Benoit Jacob2010-02-27