aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | Fix extraction of compile-time size of std::array with gccGravatar Gael Guennebaud2017-01-06
* | Add support for plain arrays for columns and both rows/columnsGravatar Gael Guennebaud2017-01-06
* | Propagate compile-time size for plain arraysGravatar Gael Guennebaud2017-01-06
* | Add support for plain-array as indices, e.g., mat({1,2,3,4})Gravatar Gael Guennebaud2017-01-06
| * Add missing doc of SparseViewGravatar Gael Guennebaud2017-01-06
* | Propagate compile-time increment and strides.Gravatar Gael Guennebaud2017-01-06
| * MSVC 2015 has all we want about c++11 and MSVC 2017 fails on binder1st/binder2ndGravatar Gael Guennebaud2017-01-06
* | Propagate compile-time size with "all" and add c++11 array unit testGravatar Gael Guennebaud2017-01-06
* | Use "fix" for compile-time values, propagate compile-time sizes for span, cle...Gravatar Gael Guennebaud2017-01-06
* | Add unit test for indexed viewsGravatar Gael Guennebaud2017-01-06
* | Initial commit to add a generic indexed-based view of matrices.Gravatar 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