aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Dot.h
Commit message (Expand)AuthorAge
* 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
|\
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
| * Assign.h: add LinearTraversal (non-vectorized index-based traversal)Gravatar Benoit Jacob2009-11-18
|/
* make the dot product linear in the second variable, not the first variableGravatar Benoit Jacob2009-08-03
* re-implement stableNorm using a homemade blocky andGravatar Gael Guennebaud2009-07-17
* bugfix in blueNormGravatar Gael Guennebaud2009-07-16
* fix typo in blue normGravatar Gael Guennebaud2009-07-14
* add a blueNorm() function implementing the Blues's stable normGravatar Gael Guennebaud2009-07-13
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* add MatrixBase::stableNorm() avoiding over/under-flowGravatar Gael Guennebaud2009-01-28
* make dot() honor EvalBeforeNestingBitGravatar Gael Guennebaud2009-01-28
* fix doc for norm() and squaredNorm(): these are not only for vectorsGravatar Benoit Jacob2009-01-27
* * clarify the situation with experimental partsGravatar Benoit Jacob2009-01-19
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* fine tuning in dot() and sum(), and prepare for the sparse versions...Gravatar Gael Guennebaud2009-01-07
* release beta5, fix a doc typoGravatar Benoit Jacob2009-01-05
* * add unit-tests to check allowed and forbiddent mixing of different scalar t...Gravatar Benoit Jacob2008-12-22
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* add internal documentationGravatar Benoit Jacob2008-11-30
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* norm2() renamed to squaredNorm(), kept as deprecated for now.Gravatar Benoit Jacob2008-11-03
* As discussed on ML:Gravatar Gael Guennebaud2008-10-24
* note that norm2() is *not* an l2 norm as it is in other APIsGravatar Scott Wheeler2008-10-11