aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
* Propagate fixed size dimensions if available (on MSVC it leads >2.5x speedup ...Gravatar Hauke Heibel2010-03-13
* attempt to fix #101Gravatar Benoit Jacob2010-03-11
* Nest expression within MatrixWrapper by value.Gravatar Hauke Heibel2010-03-10
* Enable resizing of Arrays.Gravatar Hauke Heibel2010-03-10
* Fix MSVC warnings.Gravatar Hauke Heibel2010-03-09
* Propagate all five matrix template parameters to members and temporaries of d...Gravatar Adolfo Rodriguez Tsouroukdissian2010-03-08
* update the product selection logic to use the Max* sizesGravatar Gael Guennebaud2010-03-08
* add missing cmake directives for arch/DefaultGravatar Gael Guennebaud2010-03-08
* * Fix #97 : Householder operations on 1x1 matricesGravatar Benoit Jacob2010-03-08
* * let a = foo() work when a is a row-vector xpr and foo() returns a ReturnByV...Gravatar Benoit Jacob2010-03-08
* Reintroduced the if-clause for MSVC ei_ploadu via _loadu_.Gravatar Hauke Heibel2010-03-07
* bugcount--, this time trmmGravatar Gael Guennebaud2010-03-06
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
* pff I introduced much too many bugs latey, count--Gravatar Gael Guennebaud2010-03-06
* fix symmGravatar Gael Guennebaud2010-03-06
* fix trsolveGravatar Gael Guennebaud2010-03-06
* fix issue #100 (fix syrk)Gravatar Gael Guennebaud2010-03-06
* bugfix in gebp for 32bits x86Gravatar Gael Guennebaud2010-03-06
* #undef minor at the right placeGravatar Benoit Jacob2010-03-06
* remove the __ARM_NEON__ check there since Konstantinos said he removed it but...Gravatar Benoit Jacob2010-03-06
* * disable static alignment on QCCGravatar Benoit Jacob2010-03-06
* * include Macros.h much earlier: since it takes care of the alignment platfor...Gravatar Benoit Jacob2010-03-06
* introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DO...Gravatar Benoit Jacob2010-03-06
* fix copy pasted commentGravatar Gael Guennebaud2010-03-05
* Altivec brought up to date. Most tests pass and performance is better than be...Gravatar Konstantinos Margaritis2010-03-05
* add a small program to bench all combinations of small productsGravatar Gael Guennebaud2010-03-05
* add a FIXMEGravatar Gael Guennebaud2010-03-05
* * dynamically adjust the number of threadsGravatar Gael Guennebaud2010-03-05
* fix openmp version for scalar types different than floatGravatar Gael Guennebaud2010-03-05
* remove the 1D and 2D parallelizer, keep only the GEMM specialized oneGravatar Gael Guennebaud2010-03-05
* minor cleaningGravatar Gael Guennebaud2010-03-05
* mergeGravatar Gael Guennebaud2010-03-05
|\
| * enable posix_memalign for QNXGravatar Gael Guennebaud2010-03-05
* | mergeGravatar Gael Guennebaud2010-03-04
|\|
| * mergeGravatar Gael Guennebaud2010-03-04
| |\
| * | make the number of registers easier to configure per architecturesGravatar Gael Guennebaud2010-03-04
* | | 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
| * 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
| * | 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