aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Dot.h
Commit message (Expand)AuthorAge
...
* | 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
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* * add Regression module, from eigen1, improved, with doc and unit-test.Gravatar Benoit Jacob2008-08-11
* * Big change in Block and Map:Gravatar Gael Guennebaud2008-08-09
* * do the ActualPacketAccesBit change as discussed on listGravatar Benoit Jacob2008-07-04
* * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)Gravatar Benoit Jacob2008-06-26
* make use of ei_pmadd in dot-product: will further improve performanceGravatar Benoit Jacob2008-06-24
* * vectorize dot product, copying code from sum.Gravatar Benoit Jacob2008-06-24
* * move some compile time "if" to their respective unroller (assign and dot)Gravatar Gael Guennebaud2008-06-07
* added a static assertion mechanismGravatar Gael Guennebaud2008-06-04
* Fix compilation issues with MSVC and NVCC.Gravatar Gael Guennebaud2008-05-15
* * Added several cast to int of the enums (needed for some compilers)Gravatar Gael Guennebaud2008-05-12
* put inline keywords everywhere appropriate. So we don't need anymore to passGravatar Benoit Jacob2008-05-12
* Various fixes in:Gravatar Gael Guennebaud2008-04-25
* * rename XprCopy -> NestedGravatar Benoit Jacob2008-04-10
* finish making use of CoeffReadCost and the new XprCopy everywhereGravatar Benoit Jacob2008-04-08
* fixes as discussed with Gael on IRC. Mainly, in Fuzzy.h, and Dot.h, useGravatar Benoit Jacob2008-04-05
* * #define EIGEN_NDEBUG now also disables asserts. UsefulGravatar Benoit Jacob2008-03-26
* - introduce sum() returning the sum of the coeffs of a vectorGravatar Benoit Jacob2008-03-15
* a lot of renamingGravatar Benoit Jacob2008-03-13
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12
* big change: MatrixBase only takes one template parameter "Derived", theGravatar Benoit Jacob2008-03-10
* * coefficient wise operators are more generic, with controllable result type.Gravatar Gael Guennebaud2008-03-06
* * Fix a compilation issue with large fixed-size matrices: the unrollers were...Gravatar Gael Guennebaud2008-03-05
* Patch by Gael Guennebaud: coeff-wise binary operators.Gravatar Benoit Jacob2008-02-29