aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MatrixBase.h
Commit message (Expand)AuthorAge
* Bug #1788: Fix rule-of-three violations inside the stable modules.Gravatar Christoph Hertzberg2019-12-19
* Add support for inverse hyperbolic functions.Gravatar Rasmus Munk Larsen2019-01-11
* Fix most Doxygen warnings. Also add links to stable documentation from unsupp...Gravatar Christoph Hertzberg2018-10-19
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* bug #1457: add setUnit() methods for consistency.Gravatar Gael Guennebaud2017-08-22
* Make NoAlias and JacobiRotation compatible with CUDA.Gravatar Gael Guennebaud2017-08-17
* Fix lazyness of operator* with CUDAGravatar Gael Guennebaud2017-07-20
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* bug #1396: add some missing EIGEN_DEVICE_FUNCGravatar Gael Guennebaud2017-02-28
* Move common cwise-unary method from MatrixBase/ArrayBase to the common DenseB...Gravatar Gael Guennebaud2017-01-02
* Adding EIGEN_DEVICE_FUNC in the Geometry module.Gravatar Robert Lukierski2016-10-12
* Removed EIGEN_DEVICE_FUNC qualifers for the lu(), fullPivLu(), partialPivLu()...Gravatar Benoit Steiner2016-09-19
* bug #828: clarify documentation of SparseMatrixBase's unary methods.Gravatar Gael Guennebaud2016-09-16
* Added several missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2016-09-14
* Doc: split customizing-eigen page into sub-pages and re-structure a bit the d...Gravatar Gael Guennebaud2016-08-30
* Move MatrixBase::operaotr*(UniformScaling) as a free function in Scaling.h, a...Gravatar Gael Guennebaud2016-06-14
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* 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