aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/DenseBase.h
Commit message (Expand)AuthorAge
...
* bug #828: clarify documentation of SparseMatrixBase's methods returning a sub...Gravatar Gael Guennebaud2016-09-16
* Doc: split customizing-eigen page into sub-pages and re-structure a bit the d...Gravatar Gael Guennebaud2016-08-30
* Remove dead code.Gravatar Gael Guennebaud2016-06-02
* Implement generic scalar*expr and expr*scalar operator based on scalar_produc...Gravatar Gael Guennebaud2016-06-02
* Doc: disable inlining of inherited members, workaround Doxygen's limited C++ ...Gravatar Gael Guennebaud2016-06-01
* Fixed compilation errors triggered by duplicate inline declarationGravatar Benoit Steiner2016-01-31
* bug #667: declare several critical functions as FORECE_INLINE to make ICC hap...Gravatar Gael Guennebaud2016-01-31
* Workaround "empty paragraph" warning with clang -WdocumentationGravatar Gael Guennebaud2015-12-30
* Add overloads for real times sparse<complex> operations.Gravatar Gael Guennebaud2015-10-29
* Removed documentation that did not match the member function DenseBase::outer...Gravatar daalpa2015-09-13
* Remove deprecated Flagged expression.Gravatar Gael Guennebaud2015-09-02
* bug #505: add more examples of bad and correct usages of auto and eval().Gravatar Gael Guennebaud2015-09-02
* Enable vectorization with half-packetsGravatar Gael Guennebaud2015-08-07
* Fix prototype of plset and generalize linspace functor.Gravatar Gael Guennebaud2015-08-07
* Fixed some compiler bugs in NVCC, now compiles with CUDA.Gravatar Jonas Adler2015-07-22
* Add support for replicate in CUDAGravatar Gael Guennebaud2015-07-20
* 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 the usage of result_of for DenseBase::redux as discussed in bug #1006Gravatar Gael Guennebaud2015-06-15
* Clean argument names of some functionsGravatar Gael Guennebaud2015-06-09
* bug #998: Started fixing doxygen warningsGravatar Christoph Hertzberg2015-05-01
* bug #360: add value_type typedef to DenseBase/SparseMatrixBaseGravatar Gael Guennebaud2015-04-24
* Fix some calls to result_of on binary functors as unary ones.Gravatar Gael Guennebaud2015-02-19
* 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
* bug #903: clean swap API regarding extra enable_if parameters, and add failte...Gravatar Gael Guennebaud2014-11-06
* Fix compilation with GCCGravatar Gael Guennebaud2014-09-29
* Introduce a generic InnerIterator classes compatible with evaluators.Gravatar Gael Guennebaud2014-09-29
* 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
* Re-enable aliasing checks when using evaluatorsGravatar Gael Guennebaud2014-09-14
* merge with default branchGravatar Gael Guennebaud2014-07-02
|\
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | 1- Introduce sub-evaluator types for unary, binary, product, and map expressi...Gravatar Gael Guennebaud2014-06-20
* | Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
* | Add missing assertion in swap()Gravatar Gael Guennebaud2014-02-19
* | Disable Flagged and ForceAlignedAccessGravatar Gael Guennebaud2014-02-19
* | Make swap unit test work with evaluatorsGravatar Gael Guennebaud2013-12-02
* | Fix swap in DenseBaseGravatar Gael Guennebaud2013-11-30
|/
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
| * Add nvcc support for small eigenvalues decompositions and workaround lack of ...Gravatar Gael Guennebaud2013-08-01
* | Previous isFinite->hasNonFinite change was broken. After discussion let's ren...Gravatar Gael Guennebaud2013-07-18
* | Rename isFinite to hasNonFinite to avoid future naming collisions.Gravatar Gael Guennebaud2013-07-17
| * merge with main branchGravatar Gael Guennebaud2013-07-17
| |\ | |/ |/|
* | Fix constness of diagonal() and transpose() for MSVC.Gravatar Desire Nuentsa2013-07-11
* | Fix bug #583: add compile-time check that DenseIndex is signedGravatar Gael Guennebaud2013-06-10
| * Add nvcc support for normalize, initializers, and fuzzy comparisonsGravatar Gael Guennebaud2013-06-05
| * merge with default branchGravatar Gael Guennebaud2013-04-19
| |\ | |/ |/|
* | Big 564: add hasNaN and isFinite membersGravatar Gael Guennebaud2013-04-16