aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen
Commit message (Expand)AuthorAge
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08
* Move IncompleteCholesky to official modulesGravatar Gael Guennebaud2015-10-08
* Improve doc of IncompleteCholeskyGravatar Gael Guennebaud2015-10-08
* Fix return by value versus ref typo in IncompleteCholeskyGravatar Gael Guennebaud2015-10-07
* bug #1076: fix scaling in IncompleteCholesky, improve doc, add read-only acce...Gravatar Gael Guennebaud2015-10-06
* bug #1070: propagate last three Matrix template arguments for NumTraits<AutoD...Gravatar Gael Guennebaud2015-09-28
* Fix return type for TensorEvaluator<TensorSlicingOp>::dataGravatar Benoit Steiner2015-09-17
* Use inline versus static free functions.Gravatar Gael Guennebaud2015-09-03
* Fix AlignedVector3 wrt previous changeGravatar Gael Guennebaud2015-09-02
* 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
* 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
* Fix Tensor module wrt nullary functor recent changeGravatar Gael Guennebaud2015-08-09
* Remove dense nested loops in IncompleteCholeskyGravatar Gael Guennebaud2015-08-04
* Numerous fixes for IncompleteCholesky. Still have to make it fully exploit th...Gravatar Gael Guennebaud2015-08-04
* Fixed compilation warningGravatar Benoit Steiner2015-08-03
* Fixed 2 compilation warnings generated by llvmGravatar Benoit Steiner2015-07-29
* Added a test for shufflingGravatar Benoit Steiner2015-07-29
* Fixed a few compilation warnings triggered by clangGravatar Benoit Steiner2015-07-29
* Simplified and generalized the DividerTraits codeGravatar Benoit Steiner2015-07-29
* Add missing specialization of struct DividerTraits<long>Gravatar Gael Guennebaud2015-07-29
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Pulled latest updates from trunk.Gravatar Benoit Steiner2015-07-27
|\
* | Removed an incorrect assertion.Gravatar Benoit Steiner2015-07-27
| * Allowed tensor contraction operation with an empty array of dimension pairs, ...Gravatar Godeffroy Valet2015-07-25
* | Fixed a typo in an assertion.Gravatar Benoit Steiner2015-07-24
|/
* Extended the range of value inputs for TensorIntDiv to support tensors with m...Gravatar Benoit Steiner2015-07-22
* The eigen_check macro doesn't exist anymore: use assert insteadGravatar Benoit Steiner2015-07-21
* AlignedVector3 accepts implicit conversions from more operators.Gravatar Valentin Roussellet2015-07-21
* Fixed a typo in a test and a compilation warningGravatar Benoit Steiner2015-07-17
* Rewrote Eigen::dimensions_match to prevent a static assertion when the rank o...Gravatar Benoit Steiner2015-07-17
* Fixed a const correctness issue in TensorLayoutSwapGravatar Benoit Steiner2015-07-17
* Pulled latest updates from trunkGravatar Benoit Steiner2015-07-17
|\
* | Added support for sigmoid function to the tensor moduleGravatar Benoit Steiner2015-07-17
| * Add const getters for LM parametersGravatar Nicolas Mellado2015-07-17
|/
* Define EIGEN_HAS_INDEX_LIST whenever the class is defined. This makes it easi...Gravatar Benoit Steiner2015-07-16
* Added missing APIs to the Eigen::Sizes classGravatar Benoit Steiner2015-07-16
* Added support for tensor inflation.Gravatar Benoit Steiner2015-07-16
* Avoid relying on a default value for the Vectorizable template parameter of t...Gravatar Benoit Steiner2015-07-15
* Added support for multi gpu configuration to the GpuDevice classGravatar Benoit Steiner2015-07-15
* Enabled the construction of a fixed sized tensor directly from an expression.Gravatar Benoit Steiner2015-07-13
* Fixed a bug in the integer division code that caused some large numerators to...Gravatar Benoit Steiner2015-07-13
* Fix operator<<(ostream,AlignedVector3)Gravatar Gael Guennebaud2015-07-13
* Added support for generation of random complex numbers on CUDA devicesGravatar Benoit Steiner2015-07-07
* Use NumTraits<T>::RequireInitialization instead of internal::is_arithmetic<T>...Gravatar Benoit Steiner2015-07-07
* Improved and cleaned up the 2d patch extraction codeGravatar Benoit Steiner2015-07-07
* Use numext::swap instead of std::swapGravatar Benoit Steiner2015-07-06
* use Eigen smart_copy instead of std::copyGravatar Benoit Steiner2015-07-06
* Fixed a compilation warning generated by clangGravatar Benoit Steiner2015-07-06