aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merged in daalpa/eigen/daalpa/removed-documentation-that-did-not-match-144214...Gravatar Christoph Hertzberg2015-09-13
|\
| * Removed documentation that did not match the member function DenseBase::outer...Gravatar daalpa2015-09-13
|/
* Fixed cuda code: EIGEN_DEVICE_FUNC must come after template<...>Gravatar Christoph Hertzberg2015-09-10
* Add unit tests for bug #981: valid and invalid usage of ternary operatorGravatar Gael Guennebaud2015-09-09
* Fixed a compilation warningGravatar Benoit Steiner2015-09-08
* Fixed a compilation warningGravatar Benoit Steiner2015-09-08
* Added support for predux_mul for CUDA devicesGravatar Benoit Steiner2015-09-08
* Fixed minor regression caused by 7031a851d45a8526474ac1ac972ad12a48e99f1aGravatar Christoph Hertzberg2015-09-08
* MKL is now free of charge for opensourceGravatar Gael Guennebaud2015-09-07
* Add EIGEN_QUATERNION_PLUGINGravatar Gael Guennebaud2015-09-07
* Fix link and code formatingGravatar Gael Guennebaud2015-09-07
* Generalize matrix ctor and compute() method of dense decomposition to 1) limi...Gravatar Gael Guennebaud2015-09-07
* Added tag 3.3-alpha1 for changeset f9303cc7c54bf9355bc0e1f490ed18be975b2109Gravatar Gael Guennebaud2015-09-04
* bump to 3.3-alpha1Gravatar Gael Guennebaud2015-09-04
* Workaround wrong instanciation made by VS2010Gravatar Gael Guennebaud2015-09-04
* Fix returned index type of inner iterators of sparse blocks.Gravatar Gael Guennebaud2015-09-03
* InnerIterator::index() should really return a StorageIndexGravatar Gael Guennebaud2015-09-03
* Add a few missing EIGEN_DEVICE_FUNC declarationsGravatar Gael Guennebaud2015-09-03
* Fix documentation exampleGravatar Gael Guennebaud2015-09-03
* Use inline versus static free functions.Gravatar Gael Guennebaud2015-09-03
* Implement plog and pexp for AltiVec.Gravatar Doug Kwan2015-07-30
* bug #1053: fix SuplerLU::solve with EIGEN_DEFAULT_TO_ROW_MAJORGravatar Gael Guennebaud2015-09-03
* Fix Index vs StorageIndex naming conventionGravatar Gael Guennebaud2015-09-03
* Fix AMD ordering when a column has only one off-diagonal non-zero (also fix b...Gravatar Gael Guennebaud2015-09-03
* Use full packet size for Dynamic-sized objects (otherwise, the unalignedcount...Gravatar Christoph Hertzberg2015-09-02
* Since there is no reason for evaluators to be nested by reference, let's remo...Gravatar Gael Guennebaud2015-09-02
* Fix AlignedVector3 wrt previous changeGravatar Gael Guennebaud2015-09-02
* Make evaluators non-copyable. This guarantee that evaluators storing temporar...Gravatar Gael Guennebaud2015-09-02
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* Fix compilation of cuda unit testGravatar Gael Guennebaud2015-09-02
* Fix packetmath unit test for exp and logGravatar Gael Guennebaud2015-09-02
* Fix LSCG::solve with a sparse destination.Gravatar Gael Guennebaud2015-09-02
* Remove deprecated Flagged expression.Gravatar Gael Guennebaud2015-09-02
* Add regression test for bug #817Gravatar Gael Guennebaud2015-09-02
* bug #505: add more examples of bad and correct usages of auto and eval().Gravatar Gael Guennebaud2015-09-02
* Add a documentation page for common pitfallsGravatar Gael Guennebaud2015-09-02
* bug #1057: fix a declaration missmatch with MSVCGravatar Gael Guennebaud2015-09-02
* Fix FullPivLU::image documentationGravatar Gael Guennebaud2015-09-02
* Simplify implementation of the evaluation's iterator of Sparse*Diagonal produ...Gravatar Gael Guennebaud2015-09-01
* Remove duplicated temporary in Sparse to Sparse assignmentGravatar Gael Guennebaud2015-09-01
* Add missing specialization of evaluator of sub-sparse-matrices that can be se...Gravatar Gael Guennebaud2015-09-01
* Added support for argmax/argminGravatar Benoit Steiner2015-08-31
* Use numext::mini/numext::maxi instead of std::min/std::max in the tensor codeGravatar Benoit Steiner2015-08-28
* nvcc doesn't support std::min or std::max on GPU. Use our own custom implemen...Gravatar Benoit Steiner2015-08-27
* fixed Quaternion identity initialization for non-implicitly convertible typesGravatar Sergiu Dotenco2015-08-20
* Fixed broken commit a09cfe650fe56b181747af04d61548800da1f72bGravatar Christoph Hertzberg2015-08-22
* std::numeric_limits doesn't work reliably on CUDA devices. Use our own defini...Gravatar Benoit Steiner2015-08-21
* bug #1043: Avoid integer conversion sign warningGravatar Christoph Hertzberg2015-08-19
* Fix some trivial warningsGravatar Christoph Hertzberg2015-08-19
* Use standard include syntax in Tensor module (<> for include-path and "" for ...Gravatar Christoph Hertzberg2015-08-18