aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MatrixBase.h
Commit message (Expand)AuthorAge
* Implement generic scalar*expr and expr*scalar operator based on scalar_produc...Gravatar Gael Guennebaud2016-06-02
* Implement complete orthogonal decomposition in Eigen.Gravatar Rasmus Munk Larsen2016-02-06
* bug #667: declare several critical functions as FORECE_INLINE to make ICC hap...Gravatar Gael Guennebaud2016-01-31
* bug #977: add stableNormalize[d] methods: they are analogues to normalize[d] ...Gravatar Gael Guennebaud2016-01-23
* Workaround "empty paragraph" warning with clang -WdocumentationGravatar Gael Guennebaud2015-12-30
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* Add support for dense.cwiseProduct(sparse)Gravatar Gael Guennebaud2015-11-04
* bug #1089: add a warning when using a MatrixBase method which is implemented ...Gravatar Gael Guennebaud2015-10-22
* Clean some previous changes and more cuda fixesGravatar Gael Guennebaud2015-07-15
* Add special path for matrix<complex>/real.Gravatar Gael Guennebaud2015-06-26
* Fix return nullary return types: it must be based on the PlainObject type ins...Gravatar Gael Guennebaud2015-06-22
* Remove a few deprecated internal expressionsGravatar Gael Guennebaud2015-06-19
* Fix homogeneous() for 1x1 matrix: in this case, homogeneous follows the stora...Gravatar Gael Guennebaud2015-06-08
* bug #998: Started fixing doxygen warningsGravatar Christoph Hertzberg2015-05-01
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Fix MSVC compilation issueGravatar Gael Guennebaud2014-12-02
* Simplify return type of diagonal(Index) (and ease compiler job)Gravatar Gael Guennebaud2014-11-28
* Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
* Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
* Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.Gravatar Christoph Hertzberg2014-10-13
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* merge with default branchGravatar Gael Guennebaud2014-09-14
|\
| * Optimization: "matrix<complex> * real" did not call the special path and the ...Gravatar Gael Guennebaud2014-09-02
* | merge with default branchGravatar Gael Guennebaud2014-07-02
|\|
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | merge default and evaluator branchesGravatar Gael Guennebaud2014-03-12
|\|
* | Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
* | Add general Inverse<> expression with evaluatorGravatar Gael Guennebaud2014-02-20
* | Disable Flagged and ForceAlignedAccessGravatar Gael Guennebaud2014-02-19
* | Merge with default branchGravatar Gael Guennebaud2014-02-18
|\ \
* | | Get rid of DiagonalProductGravatar Gael Guennebaud2014-02-18
| | * Help MSVC to inline some trivial functionsGravatar Gael Guennebaud2014-03-04
| |/
| * Fix documentation of MatrixBase::applyOnTheLeft (bug #739)Gravatar Jitse Niesen2014-02-12
* | Enable use of evaluators for noalias and lazyProduct, add conversion to scala...Gravatar Gael Guennebaud2013-12-03
|/
* Add an option to test evaluators globallyGravatar Gael Guennebaud2013-11-07
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
| * Add nvcc support for small eigenvalues decompositions and workaround lack of ...Gravatar Gael Guennebaud2013-08-01
| * Extend support for nvcc to Array objects and wrappersGravatar Gael Guennebaud2013-07-31
* | Merge in jdh8's branch.Gravatar Jitse Niesen2013-07-21
|\ \
| | * merge with main branchGravatar Gael Guennebaud2013-07-17
| | |\ | |_|/ |/| |
* | | Fix constness of diagonal() and transpose() for MSVC.Gravatar Desire Nuentsa2013-07-11
* | | Remove double const qualifierGravatar Gael Guennebaud2013-07-10
| * | Let complex power fall back to "log, scale, exp".Gravatar Chen-Pang He2013-07-05
| * | Remove unused declarations for MatrixPowerProduct.Gravatar Chen-Pang He2013-07-05
|/ /
| * merge with default branchGravatar Gael Guennebaud2013-04-19
| |\ | |/ |/|
* | Fix bug #482: pass scalar value by const reference (it remained a few cases)Gravatar Gael Guennebaud2013-04-12
| * Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...Gravatar Gael Guennebaud2013-04-05
| * Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
|/