aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Product.h
Commit message (Expand)AuthorAge
...
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* improve assertion checking in productGravatar Gael Guennebaud2008-10-25
* As discussed on ML:Gravatar Gael Guennebaud2008-10-24
* Solve the issue found by Timothy in solveTriangular:Gravatar Gael Guennebaud2008-10-13
* compilation fixes with MSVCGravatar Gael Guennebaud2008-09-03
* doc and use sed to clean the class hierarchy instead ofGravatar Gael Guennebaud2008-08-28
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26
* bugfix in Product and ei_L2_block_traitsGravatar Gael Guennebaud2008-08-24
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23
* * Fix CMakeLists.txt issue with SVDGravatar Gael Guennebaud2008-08-20
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* * doc improvements in Cwise and PartialRedux:Gravatar Benoit Jacob2008-08-19
* only use alloca on linux. Use malloc on other platforms. Needed for mingwGravatar Benoit Jacob2008-08-18
* fix two perf issues in product.Gravatar Gael Guennebaud2008-08-03
* fix compile errors with gcc 4.3: unresolved func call toGravatar Benoit Jacob2008-08-03
* Added a ei_palign function align a packet from two others.Gravatar Gael Guennebaud2008-08-03
* fix some internal asserts in CacheFrinedlyProductGravatar Gael Guennebaud2008-07-27
* Fix a couple issues introduced in the previous commit:Gravatar Gael Guennebaud2008-07-26
* add some static asserts, use them, fix gcc 4.3 warning in Product.h.Gravatar Benoit Jacob2008-07-19
* * Fix a couple of issues related to the recent cache friendly productsGravatar Gael Guennebaud2008-07-19
* Optimization: added super efficient rowmajor * vector product (and vector * c...Gravatar Gael Guennebaud2008-07-13
* * Optimization: added a specialization of Block for xpr with DirectAccessBitGravatar Gael Guennebaud2008-07-12
* Add a *very efficient* evaluation path for both col-major matrix * vectorGravatar Gael Guennebaud2008-07-12
* * added optimized paths for matrix-vector and vector-matrix productsGravatar Gael Guennebaud2008-07-09
* * do the ActualPacketAccesBit change as discussed on listGravatar Benoit Jacob2008-07-04
* * fix compilation issue in ProductGravatar Gael Guennebaud2008-07-02
* * added innerSize / outerSize functions to MatrixBaseGravatar Gael Guennebaud2008-06-28
* various work on the Sparse module:Gravatar Gael Guennebaud2008-06-26
* change derived classes methods from "private:_method()"Gravatar Benoit Jacob2008-06-26
* * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)Gravatar Benoit Jacob2008-06-26
* * implement slice vectorization. Because it uses unalignedGravatar Benoit Jacob2008-06-22
* * more cleaning in ProductGravatar Gael Guennebaud2008-06-19
* * refactoring of Product:Gravatar Gael Guennebaud2008-06-19
* fix two bugs dicovered by the previous commit.Gravatar Gael Guennebaud2008-06-16
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* * Big rework of Assign.h:Gravatar Benoit Jacob2008-06-16
* * split Product to a DiagonalProduct template specializationGravatar Gael Guennebaud2008-06-15
* Started a Transform class in the Geometry module to representGravatar Gael Guennebaud2008-06-15
* * make the _Flags template parameter of Matrix default to the correctedGravatar Benoit Jacob2008-06-13
* * move some compile time "if" to their respective unroller (assign and dot)Gravatar Gael Guennebaud2008-06-07
* fix eigenvectors computations :)Gravatar Gael Guennebaud2008-06-03
* meagre outcome for so much time spent!Gravatar Benoit Jacob2008-06-01
* added optimized matrix times diagonal matrix product via Diagonal flag shortcut.Gravatar Gael Guennebaud2008-05-31
* simply a bit the basic product moving dynamic loopsGravatar Gael Guennebaud2008-05-31
* * replace compile-time-if by meta-selector in Assign.hGravatar Gael Guennebaud2008-05-31
* Added ArrayBit to get the ability to manipulate a Matrix like a simple scalar.Gravatar Gael Guennebaud2008-05-29
* * updated the assignement operator macro so that overloadsGravatar Gael Guennebaud2008-05-28
* * change Flagged to take into account NestByValue onlyGravatar Gael Guennebaud2008-05-28
* * added _*coeffRef members in NestedByValueGravatar Gael Guennebaud2008-05-28