aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Dot.h
Commit message (Expand)AuthorAge
* Drop EIGEN_USING_STD_MATH in favour of EIGEN_USING_STDGravatar David Tellenbach2020-10-09
* Adds missing EIGEN_STRONG_INLINE to support MSVC properly inlining small vect...Gravatar Basil Fierz2017-10-26
* Added missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2017-02-28
* Fix and workaround several doxygen issues/warningsGravatar Gael Guennebaud2017-01-04
* fix two warnings(unused typedef, unused variable) and a typoGravatar Angelos Mantzaflaris2016-12-01
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* bug #1193: fix lpNorm<Infinity> for empty input.Gravatar Gael Guennebaud2016-06-02
* bug #977: add stableNormalize[d] methods: they are analogues to normalize[d] ...Gravatar Gael Guennebaud2016-01-23
* bug #977: avoid division by 0 in normalize() and normalized().Gravatar Gael Guennebaud2016-01-21
* Add numext::sqrt function to enable custom optimized implementation.Gravatar Gael Guennebaud2016-01-21
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* bug #1071: improve doc on lpNorm and add example for some operator normsGravatar Gael Guennebaud2015-09-28
* Cuda compatibility: remove explicit call to std math functionsGravatar Nicolas Mellado2015-07-11
* Make MatrixBase::is* methods aware of nested_eval.Gravatar Gael Guennebaud2015-03-24
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Fix numerous nested versus nested_eval shortcomingsGravatar Gael Guennebaud2014-08-01
* merge with default branchGravatar Gael Guennebaud2014-07-02
|\
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | Fix Random().normalized() by introducing a nested_eval helper (recall that th...Gravatar Gael Guennebaud2014-01-26
|/
* merge with main branchGravatar Gael Guennebaud2013-07-17
|\
| * Add missing using std::pow in lpNorm.Gravatar Gael Guennebaud2013-06-21
| * Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* | Add nvcc support for normalize, initializers, and fuzzy comparisonsGravatar Gael Guennebaud2013-06-05
* | Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...Gravatar Gael Guennebaud2013-04-05
|/
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #482: pass scalar arguments by const references. This changeset only conc...Gravatar Gael Guennebaud2012-06-28
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* fix documentation of normGravatar Gael Guennebaud2011-06-18
* back out 842881cfb1b8ece6e41c58f0466ae979e514d001Gravatar Benoit Jacob2011-06-15
* bug #298 - let normalize() return a reference to *thisGravatar Andy Somerville2011-06-15
* kill stage 15, it's uselessGravatar Benoit Jacob2011-01-31
* dot() now always uses eigen3 convention, even in eigen2 support mode, even st...Gravatar Benoit Jacob2011-01-27
* allow mixed complex-real and real-complex dot productsGravatar Gael Guennebaud2011-01-27
* rename build stages to multiples of 10; old stage 2 becomes stage 15, while s...Gravatar Benoit Jacob2011-01-23
* introduce the 3 stages of eigen2 support, writing to the mailing list about t...Gravatar Benoit Jacob2011-01-21
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* improvements in pages 5 and 7 of the tutorial.Gravatar Benoit Jacob2010-10-18
* add a conj_product functor and optimize dot productsGravatar Gael Guennebaud2010-07-07
* finish to merge Array into Core:Gravatar Gael Guennebaud2010-06-19
* Fixes #104.Gravatar Hauke Heibel2010-06-02
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* remove the hack to make the static assertion on types actually show up.Gravatar Benoit Jacob2010-02-28
* dot: handle the rowvector.dot(colvector) case where one needs to transpose.Gravatar Benoit Jacob2010-02-27
* Remove the dot product's separate implementation and use cwiseProduct.sum ins...Gravatar Benoit Jacob2010-02-27
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\