aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | * Fixed compilation error due to obsolete internal::abs and internal::sqrt func...Gravatar Abhijit Kundu2014-03-26
| |/
* | Made sure that the version of gemm_pack_rhs specialized for row major matrice...Gravatar Benoit Steiner2014-03-26
* | Specialized the pload1 packet primitive for Packet8f and Packet4d in order to...Gravatar Benoit Steiner2014-03-26
* | Merged latest updates from the parent branchGravatar Benoit Steiner2014-03-26
|\ \
| | * Update gebp kernel to process a panle of 4 columns at once for the remaining ...Gravatar Gael Guennebaud2014-03-26
| | * Remove remaining bits of the dead working bufferGravatar Gael Guennebaud2014-03-26
| |/
* | Vectorized the multiplication and division of complex numbers using AVX instr...Gravatar Benoit Steiner2014-03-26
* | Used AVX instructions to vectorize the complex version of the pfirst and ploa...Gravatar Benoit Steiner2014-03-26
| * Implement new 1 packet x 8 gebp kernelGravatar Gael Guennebaud2014-03-26
| * add pbroadcast2/4 generic intrinsicsGravatar Gael Guennebaud2014-03-26
* | Use AVX instructions to vectorize pset1<Packet2cd>, pset1<Packet4cf>, prevers...Gravatar Benoit Steiner2014-03-25
* | Used AVX instructions to vectorize the predux_min<Packet8f>, predux_min<Packe...Gravatar Benoit Steiner2014-03-24
* | Added proper support for AVX and FMA in the makefiles.Gravatar Benoit Steiner2014-03-24
* | Made sure that EIGEN_ALIGN is defined when EIGEN_DONT_VECTORIZE is set to tru...Gravatar Benoit Steiner2014-03-21
* | Merged latest changes from the parentGravatar Benoit Steiner2014-03-18
|\ \
* \ \ Merged latest changes from the main trunkGravatar Benoit Steiner2014-02-24
|\ \ \
* \ \ \ Pulled latest changes from the Eigen main trunkGravatar Benoit Steiner2014-02-24
|\ \ \ \
| | * | | Merged eigen/eigen into defaultGravatar Benoit Steiner2014-02-24
| |/| | |
* | | | | Added support for FMA instructionsGravatar Benoit Steiner2014-02-24
| * | | | Merged the latest version of the code from eigen/eigenGravatar Benoit Steiner2014-02-18
|/| | | |
* | | | | Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...Gravatar Benoit Steiner2014-02-18
* | | | | Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
| | | | * Improved the efficiency if the block-panel matrix multiplication code: the ch...Gravatar Benoit Steiner2014-01-02
| | | | * Fix bug #222. Make temporary matrix column-major independently of EIGEN_DEFAU...Gravatar Christoph Hertzberg2014-03-26
| | | | * Merged in prclibo/eigen (pull request PR-49)Gravatar Gael Guennebaud2014-03-25
| | | | |\
| | | | * | Revert previous change and introduce a new workaround regarding gcc generatin...Gravatar Gael Guennebaud2014-03-20
| | | | | * merged incoming udpatesGravatar Bo Li2014-03-20
| | | | | |\ | | | | | |/ | | | | |/|
| | | | | * fixed a template type conversion bug in AngleAxis found by Pei LuoGravatar Bo Li2014-03-20
| | | | * | Makes gcc to generate a pshufd instruction for pset1Gravatar Gael Guennebaud2014-03-20
| | | | * | Simpler and hopefully more future-proof fix for bug #503 (aligned_allocator w...Gravatar Gael Guennebaud2014-03-19
| | | |/ /
| | | * / MINRES, bug #715: add support for zero rhs, and remove square test.Gravatar giacomo po2014-03-17
| | | |/
| | | * fixed Spline constructor dimension bugGravatar Bo Li2014-03-16
| | | |\
| | | | * fix Spline constructorGravatar Bo Li2014-03-15
| | | |/
| | | * clang does not accept this without template keywordGravatar Christoph Hertzberg2014-03-14
| | | * Relax Ref such that Ref<MatrixXf> accepts a RowVectorXf which can be seen as ...Gravatar Gael Guennebaud2014-03-13
| | | * Silence stupid parenthesis warnings for old GCC versions (<= 4.6.x)Gravatar Christoph Hertzberg2014-03-13
| | | * Fix bug #760: complete Eigen's lapack interface with default Lapack for SPQR ...Gravatar Gael Guennebaud2014-03-12
| | | * bug #755: CommaInitializer produced wrong assertions in absence of ReturnValu...Gravatar Christoph Hertzberg2014-03-12
| | | * bug #759: Removed hard-coded double-math from Quaternion::angularDistance.Gravatar Christoph Hertzberg2014-03-12
| | | * Avoid stupid "enumeral mismatch in conditional expression" warnings in GCCGravatar Christoph Hertzberg2014-03-11
| | | * Merged in abachrac/eigen (pull request PR-47)Gravatar Christoph Hertzberg2014-03-11
| | | |\
| | | | * Move the Base typedef's from private to public scopeGravatar Abraham Bachrach2014-03-09
| | | * | swap 3.2 <-> default CTestConfig.cmake fileGravatar Gael Guennebaud2014-03-05
| | | |/
| | | * Use vectorization when packing row-major rhs matrices. (bug #717)Gravatar Benoit Steiner2013-12-17
| | | * Fix typo: 'explicitely' -> 'explicitly'Gravatar Henry de Valence2014-03-08
| | | * Fix selfadjoint_matrix_vector_product for complex with packet size > 2 (e.g.,...Gravatar Gael Guennebaud2014-03-07
| | | * Fix typo and formatingGravatar Gael Guennebaud2014-03-07
| | | * Add support for OSX in BTL and fix a few warningsGravatar Gael Guennebaud2014-03-07
| | | * Extend sizeof unit testGravatar Gael Guennebaud2014-03-07
| | | * Fixed bug #754. Only inserted (!defined(_WIN32_WCE)) analog to alloc and free...Gravatar Christoph Hertzberg2014-03-05