aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Silenced compilation warningGravatar Benoit Steiner2016-06-05
* Moved static assertions into the class constructor to make the code more port...Gravatar Benoit Steiner2016-06-05
* Removed executable bits from header files.Gravatar Christoph Hertzberg2016-06-05
* Add randomized properties tests for betainc special function.Gravatar Eugene Brevdo2016-06-05
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Disable the tensor tests when using msvc since older versions of the compiler...Gravatar Benoit Steiner2016-06-04
* Use array_prod to compute the number of elements contained in the input tenso...Gravatar Benoit Steiner2016-06-04
* Merged in ibab/eigen (pull request PR-192)Gravatar Benoit Steiner2016-06-03
|\
* | Improved the performance of full reductions.Gravatar Benoit Steiner2016-06-03
| * Add generic scan methodGravatar Igor Babuschkin2016-06-03
|/
* bug #725: make move ctor/assignment noexcept.Gravatar Gael Guennebaud2016-06-03
* Fix MatrixFunctions module.Gravatar Gael Guennebaud2016-06-03
* Fix unit test.Gravatar Gael Guennebaud2016-06-03
* Fix compilation.Gravatar Gael Guennebaud2016-06-03
* Fix compilation: Matrix does not indirectly live in the internal namespace an...Gravatar Gael Guennebaud2016-06-03
* Fix function dependenciesGravatar Gael Guennebaud2016-06-03
* Align the first element of the Waiter struct instead of padding it. This redu...Gravatar Benoit Steiner2016-06-02
* mergeGravatar Gael Guennebaud2016-06-02
|\
* | 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
| * Add syntactic sugar to Eigen tensors to allow more natural syntax.Gravatar Rasmus Munk Larsen2016-06-02
| * Merged in ibab/eigen (pull request PR-189)Gravatar Benoit Steiner2016-06-02
|/|
* | bug #1193: fix lpNorm<Infinity> for empty input.Gravatar Gael Guennebaud2016-06-02
* | Disable MSVC's "decorated name length exceeded, name was truncated" warning i...Gravatar Gael Guennebaud2016-06-02
* | Fix pointer to long conversion warning.Gravatar Gael Guennebaud2016-06-02
| * Add tensor scan opGravatar Igor Babuschkin2016-06-02
|/
* Use a single PacketSize variableGravatar Benoit Steiner2016-06-01
* Fixed compilation warningGravatar Benoit Steiner2016-06-01
* Speedup a testGravatar Benoit Steiner2016-06-01
* Doc: add some cross references (also fix empty macro argument warning)Gravatar Gael Guennebaud2016-06-01
* Silenced compilation warning generated by nvcc.Gravatar Benoit Steiner2016-06-01
* Added support for mean reductions on fp16Gravatar Benoit Steiner2016-06-01
* Doc: start of a table summarizing coefficient-wise math functions.Gravatar Gael Guennebaud2016-06-01
* Add missing ArrayBase::log1pGravatar Gael Guennebaud2016-06-01
* Expose log1p to Array.Gravatar Gael Guennebaud2016-06-01
* Doc: makes the global unary math functions visible to doxygen (and docuement ...Gravatar Gael Guennebaud2016-06-01
* Doc: improve documentation of Map<SparseMatrix>Gravatar Gael Guennebaud2016-06-01
* Doc: disable inlining of inherited members, workaround Doxygen's limited C++ ...Gravatar Gael Guennebaud2016-06-01
* Pulled latest updates from trunkGravatar Benoit Steiner2016-05-31
|\
* | Only enable optimized reductions of fp16 if the reduction functor supports themGravatar Benoit Steiner2016-05-31
* | Improved support for CUDA 8.0Gravatar Benoit Steiner2016-05-31
| * bug #1181: help MSVC inlining.Gravatar Gael Guennebaud2016-05-31
| * Fix compilation with old iccGravatar Gael Guennebaud2016-05-31
| * bug #1238: fix SparseMatrix::sum() overload for un-compressed mode.Gravatar Gael Guennebaud2016-05-31
|/
* Silenced some compilation warnings triggered by nvcc 8.0Gravatar Benoit Steiner2016-05-27
* Reimplement clamp as a static function.Gravatar Benoit Steiner2016-05-27
* Use NULL instead of nullptr to preserve the compatibility with cxx03Gravatar Benoit Steiner2016-05-27
* Added a new operation to enable more powerful tensorindexing.Gravatar Benoit Steiner2016-05-27
* Fixed option '--relaxed-constexpr' has been deprecated and replaced by option...Gravatar Benoit Steiner2016-05-27
* Disable the use of MMX instructions since the code is broken on many platformsGravatar Benoit Steiner2016-05-27