aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix a typoGravatar LaFeuille2017-01-13
* add cmake-option to enable/disable creation of testsGravatar NeroBurner2017-01-02
* Fix typoGravatar Gael Guennebaud2017-01-11
* 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
* Convert integers to real numbers when computing relative L2 errorGravatar Gael Guennebaud2017-01-05
* Fix and workaround several doxygen issues/warningsGravatar Gael Guennebaud2017-01-04
* Add doc for sparse triangular solve functionsGravatar Gael Guennebaud2017-01-04
* Add missing snippet files.Gravatar 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 #1336: fix doxygen issue regarding EIGEN_CWISE_BINARY_RETURN_TYPEGravatar Gael Guennebaud2017-01-04
* Add debug outputGravatar Gael Guennebaud2017-01-03
* Fix inclusionGravatar Gael Guennebaud2017-01-03
* 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
* doc: Fix trivial typo in AsciiQuickReference.txtGravatar Marco Falke2017-01-01
* 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
* Pulled latest update from trunkGravatar Benoit Steiner2016-12-21
|\
* | Simplified the contraction code`Gravatar Benoit Steiner2016-12-21
| * Merged in benoitsteiner/opencl (pull request PR-279)Gravatar Benoit Steiner2016-12-21
|/|
* | Added support for libxsmm kernel in multithreaded contractionsGravatar Benoit Steiner2016-12-21
* | Simplified the way we link libxsmmGravatar Benoit Steiner2016-12-21
* | Pulled latest updates from trunkGravatar Benoit Steiner2016-12-21
|\ \
* | | Automatically include and link libxsmm when present.Gravatar Benoit Steiner2016-12-21
| * | Merged in joaoruileal/eigen (pull request PR-276)Gravatar Gael Guennebaud2016-12-21
|/| |
* | | Leverage libxsmm kernels within signle threaded contractionsGravatar Benoit Steiner2016-12-21
* | | Added support for libxsmm in the eigen makefilesGravatar Benoit Steiner2016-12-21
* | | Merged in benoitsteiner/opencl (pull request PR-278)Gravatar Benoit Steiner2016-12-21
|\ \ \
| | | * Fix for auto appearing in functor template argument.Gravatar Luke Iwanski2016-12-21
| | |/ | |/|
| | * renamed methods umfpackReportControl(), umfpackReportInfo(), and umfpackRepor...Gravatar Joao Rui Leal2016-12-21
| * | Merged eigen/eigen into defaultGravatar Benoit Steiner2016-12-20
| |\ \
| * | | Fixed order of initialisation in ExecExprFunctorKernel functor.Gravatar Luke Iwanski2016-12-20
| * | | Matching parameters order between lambda and the functor.Gravatar Luke Iwanski2016-12-20
| * | | Added an OpenCL regression testGravatar Benoit Steiner2016-12-19
| | | * 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