| Commit message (Expand) | Author | Age |
* | Drop EIGEN_USING_STD_MATH in favour of EIGEN_USING_STD | David Tellenbach | 2020-10-09 |
* | Adds missing EIGEN_STRONG_INLINE to support MSVC properly inlining small vect... | Basil Fierz | 2017-10-26 |
* | Added missing EIGEN_DEVICE_FUNC | Benoit Steiner | 2017-02-28 |
* | Fix and workaround several doxygen issues/warnings | Gael Guennebaud | 2017-01-04 |
* | fix two warnings(unused typedef, unused variable) and a typo | Angelos Mantzaflaris | 2016-12-01 |
* | Relax mixing-type constraints for binary coefficient-wise operators: | Gael Guennebaud | 2016-06-06 |
* | bug #1193: fix lpNorm<Infinity> for empty input. | Gael Guennebaud | 2016-06-02 |
* | bug #977: add stableNormalize[d] methods: they are analogues to normalize[d] ... | Gael Guennebaud | 2016-01-23 |
* | bug #977: avoid division by 0 in normalize() and normalized(). | Gael Guennebaud | 2016-01-21 |
* | Add numext::sqrt function to enable custom optimized implementation. | Gael Guennebaud | 2016-01-21 |
* | Fix numerous doxygen issues in auto-link generation | Gael Guennebaud | 2015-12-30 |
* | bug #1071: improve doc on lpNorm and add example for some operator norms | Gael Guennebaud | 2015-09-28 |
* | Cuda compatibility: remove explicit call to std math functions | Nicolas Mellado | 2015-07-11 |
* | Make MatrixBase::is* methods aware of nested_eval. | Gael Guennebaud | 2015-03-24 |
* | Remove deprecated code not used by evaluators | Gael Guennebaud | 2014-09-18 |
* | Fix numerous nested versus nested_eval shortcomings | Gael Guennebaud | 2014-08-01 |
* | merge with default branch | Gael Guennebaud | 2014-07-02 |
|\ |
|
| * | Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation... | Christoph Hertzberg | 2014-07-01 |
* | | Fix Random().normalized() by introducing a nested_eval helper (recall that th... | Gael Guennebaud | 2014-01-26 |
|/ |
|
* | merge with main branch | Gael Guennebaud | 2013-07-17 |
|\ |
|
| * | Add missing using std::pow in lpNorm. | Gael Guennebaud | 2013-06-21 |
| * | Fix bug #314: move remaining math functions from internal to numext namespace | Gael Guennebaud | 2013-06-10 |
* | | Add nvcc support for normalize, initializers, and fuzzy comparisons | Gael Guennebaud | 2013-06-05 |
* | | Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min... | Gael Guennebaud | 2013-04-05 |
|/ |
|
* | Fix bug #314: | Gael Guennebaud | 2012-11-06 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | bug #482: pass scalar arguments by const references. This changeset only conc... | Gael Guennebaud | 2012-06-28 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | fix static inline versus inline static issues (the former is the correct order) | Gael Guennebaud | 2012-01-31 |
* | fix documentation of norm | Gael Guennebaud | 2011-06-18 |
* | back out 842881cfb1b8ece6e41c58f0466ae979e514d001 | Benoit Jacob | 2011-06-15 |
* | bug #298 - let normalize() return a reference to *this | Andy Somerville | 2011-06-15 |
* | kill stage 15, it's useless | Benoit Jacob | 2011-01-31 |
* | dot() now always uses eigen3 convention, even in eigen2 support mode, even st... | Benoit Jacob | 2011-01-27 |
* | allow mixed complex-real and real-complex dot products | Gael Guennebaud | 2011-01-27 |
* | rename build stages to multiples of 10; old stage 2 becomes stage 15, while s... | Benoit Jacob | 2011-01-23 |
* | introduce the 3 stages of eigen2 support, writing to the mailing list about t... | Benoit Jacob | 2011-01-21 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | improvements in pages 5 and 7 of the tutorial. | Benoit Jacob | 2010-10-18 |
* | add a conj_product functor and optimize dot products | Gael Guennebaud | 2010-07-07 |
* | finish to merge Array into Core: | Gael Guennebaud | 2010-06-19 |
* | Fixes #104. | Hauke Heibel | 2010-06-02 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | Complete rework of global math functions and NumTraits. | Benoit Jacob | 2010-04-28 |
* | remove the hack to make the static assertion on types actually show up. | Benoit Jacob | 2010-02-28 |
* | dot: handle the rowvector.dot(colvector) case where one needs to transpose. | Benoit Jacob | 2010-02-27 |
* | Remove the dot product's separate implementation and use cwiseProduct.sum ins... | Benoit Jacob | 2010-02-27 |
* | Renamed PlainMatrixType to PlainObject (Array != Matrix). | Hauke Heibel | 2010-02-20 |
* | merge with default branch | Gael Guennebaud | 2009-12-22 |
|\ |
|