aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Product.h
Commit message (Expand)AuthorAge
...
| * Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* | finally directly calling the low-level products is fasterGravatar Gael Guennebaud2009-07-10
* | commit woking versions of triangular solvers naturallyGravatar Gael Guennebaud2009-07-09
* | started to simplify the triangular solversGravatar Gael Guennebaud2009-07-09
* | ok now all the complex mat-mat and mat-vec products involving conjugate,Gravatar Gael Guennebaud2009-07-08
* | conjugate expressions are now properly caught by ProductGravatar Gael Guennebaud2009-07-07
* | started to catch scalar multiple and conjugate xpr in ProductGravatar Gael Guennebaud2009-07-07
* | * change the nesting order of adjoint_return_type toGravatar Gael Guennebaud2009-07-07
* | * extended the cache friendly products to support C = alpha * A * M and C += ...Gravatar Gael Guennebaud2009-07-07
* | * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06
* | new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
|/
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* * In LU solvers: no need anymore to use row-major matricesGravatar Benoit Jacob2009-01-03
* fix the nomalloc test: it didn't catch the ei_stack_alloc inGravatar Benoit Jacob2008-12-31
* * add unit-tests to check allowed and forbiddent mixing of different scalar t...Gravatar Benoit Jacob2008-12-22
* * fix a vectorization issue in ProductGravatar Gael Guennebaud2008-12-19
* * forgot to svn add 2 filesGravatar Benoit Jacob2008-12-18
* * 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
* bugfix in DiagonalProduct: a "DiagonalProduct<SomeXpr>" expressionGravatar Gael Guennebaud2008-12-10
* * 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