aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Merged eigen/eigen into defaultGravatar Rasmus Munk Larsen2017-01-25
|\
* | Reverse arguments for pmin in AVX.Gravatar Rasmus Munk Larsen2017-01-25
| * bug #1383: fix regression in LinSpaced for integers and high<lowGravatar Gael Guennebaud2017-01-25
| * bug #1381: fix sparse.diagonal() used as a rvalue.Gravatar Gael Guennebaud2017-01-25
| * bug #1383: Fix regression from 3.2 with LinSpaced(n,0,n-1) with n==0.Gravatar Gael Guennebaud2017-01-25
* | Remove extra space.Gravatar Rasmus Munk Larsen2017-01-24
| * Merged in rmlarsen/eigen2 (pull request PR-292)Gravatar Benoit Steiner2017-01-25
|/|
| * Update copy helper to use fast_memcpy.Gravatar Rasmus Munk Larsen2017-01-24
| * Adds a fast memcpy function to Eigen. This takes advantage of the following:Gravatar Rasmus Munk Larsen2017-01-24
* | Fix NaN propagation for AVX512.Gravatar Rasmus Munk Larsen2017-01-24
* | Make NaN propagatation consistent between the pmax/pmin and std::max/std::min...Gravatar Rasmus Munk Larsen2017-01-24
|/
* bug #1376: add missing assertion on size mismatch with compound assignment op...Gravatar Gael Guennebaud2017-01-23
* bug #1382: move using std::size_t/ptrdiff_t to Eigen's namespace (still bette...Gravatar Gael Guennebaud2017-01-23
* Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_tGravatar Gael Guennebaud2017-01-23
* Use Index instead of size_tGravatar Gael Guennebaud2017-01-23
* bug #1379: fix compilation in sparse*diagonal*dense with openmpGravatar Gael Guennebaud2017-01-21
* bug #1378: fix doc (DiagonalIndex vs Diagonal)Gravatar Gael Guennebaud2017-01-21
* Made sure that enabling avx2 instructions enables avx and sse instructions as...Gravatar Benoit Steiner2017-01-19
* Defer set-to-zero in triangular = product so that no aliasing issue occur in ...Gravatar Gael Guennebaud2017-01-17
* Add link to SOGravatar Gael Guennebaud2017-01-09
* Add missing doc of SparseViewGravatar Gael Guennebaud2017-01-06
* MSVC 2015 has all we want about c++11 and MSVC 2017 fails on binder1st/binder2ndGravatar Gael Guennebaud2017-01-06
* Fix and workaround several doxygen issues/warningsGravatar Gael Guennebaud2017-01-04
* Add doc for sparse triangular solve functionsGravatar Gael Guennebaud2017-01-04
* bug #1336: workaround doxygen failing to include numerous members of MatriBas...Gravatar Gael Guennebaud2017-01-04
* Document selfadjointViewGravatar Gael Guennebaud2017-01-04
* bug #1370: add doc for StorageIndexGravatar Gael Guennebaud2017-01-03
* bug #1370: rename _Index to _StorageIndex in SparseMatrix, and add a warning ...Gravatar Gael Guennebaud2017-01-03
* Added += and + operators to inner iteratorsGravatar Valentin Roussellet2016-12-28
* Move common cwise-unary method from MatrixBase/ArrayBase to the common DenseB...Gravatar Gael Guennebaud2017-01-02
* bug #1365: fix another type mismatch warningGravatar Gael Guennebaud2016-12-28
* bug #1369: fix type mismatch warning.Gravatar Gael Guennebaud2016-12-28
* Fix compilationGravatar Gael Guennebaud2016-12-27
* Cleanup because trait<CwiseBinaryOp>::Flags now expose the correct storage orderGravatar Gael Guennebaud2016-12-27
* Make sure that traits<CwiseBinaryOp>::Flags reports the correct storage order...Gravatar Gael Guennebaud2016-12-27
* Add missing .outer() member to iterators of evaluators of cwise sparse binary...Gravatar Gael Guennebaud2016-12-27
* Fix check of storage order mismatch for "sparse cwiseop sparse".Gravatar Gael Guennebaud2016-12-27
* Harmless typoGravatar Gael Guennebaud2016-12-27
* Avoid using horizontal adds since they're not very efficient.Gravatar Benoit Steiner2016-12-21
* Use native AVX512 types instead of Eigen Packets whenever possible.Gravatar Benoit Steiner2016-12-21
* Merged in joaoruileal/eigen (pull request PR-276)Gravatar Gael Guennebaud2016-12-21
|\
| * renamed methods umfpackReportControl(), umfpackReportInfo(), and umfpackRepor...Gravatar Joao Rui Leal2016-12-21
| * it is now possible to change Umfpack control settings before factorizations; ...Gravatar Joao Rui Leal2016-12-19
* | Remove superfluous const's (can cause warnings on some Intel compilers)Gravatar Angelos Mantzaflaris2016-12-07
* | Remove MSVC warning 4127 - conditional expression is constant from the disabl...Gravatar Gael Guennebaud2016-12-20
* | bug #1362: workaround constant conditional warning produced by MSVCGravatar Gael Guennebaud2016-12-20
* | Fix bug #1367: compilation fix for gcc 4.1!Gravatar Gael Guennebaud2016-12-20
* | Add transpose, adjoint, conjugate methods to SelfAdjointView (useful to write...Gravatar Gael Guennebaud2016-12-20
* | Optimize storage layout of Cwise* and PlainObjectBase evaluator to remove the...Gravatar Gael Guennebaud2016-12-20
* | Remove common "noncopyable" base class from evaluator_base to get a chance to...Gravatar Gael Guennebaud2016-12-20