aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CwiseBinaryOp.h
Commit message (Expand)AuthorAge
...
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* Fixes #81.Gravatar Hauke Heibel2010-01-12
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | a couple of fixes, now Array passes the linearstructure testGravatar Gael Guennebaud2009-12-17
* | a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
* | Add the concept of base class plugins, and started to write the ArrayBase class.Gravatar Gael Guennebaud2009-11-20
* | Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)Gravatar Gael Guennebaud2009-11-20
| * fix bugs, old and new:Gravatar Benoit Jacob2009-11-18
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
* | more ET refactoring:Gravatar Gael Guennebaud2009-11-17
* | adapt CwiseBinaryOp and the Sparse counter partGravatar Gael Guennebaud2009-11-17
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
|/
* remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
* add overloads of lazyAssign to detect common aliasing issue withGravatar Gael Guennebaud2009-08-15
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* * move cwise *= and /= to Core (like * and /)Gravatar Benoit Jacob2009-01-12
* unfuck v.cwise()*w where v is real and w is complexGravatar Benoit Jacob2008-12-21
* * fix a vectorization issue in ProductGravatar Gael Guennebaud2008-12-19
* * forgot to svn add 2 filesGravatar Benoit Jacob2008-12-18
* Macros: add MSVC paths, add an important comment on EIGEN_ALIGN_128Gravatar Benoit Jacob2008-12-18
* somehow we had forgotten this very important static assertion...Gravatar Benoit Jacob2008-12-18
* add big "what happens inside eigen" tutorial for people interested inGravatar Benoit Jacob2008-12-05
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* 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
* * doc improvements in Cwise and PartialRedux:Gravatar Benoit Jacob2008-08-19
* * Big change in Block and Map:Gravatar Gael Guennebaud2008-08-09
* Several compilation fixes for MSVC and NVCC, basically:Gravatar Gael Guennebaud2008-07-29
* * Rewrite the triangular solver so that we can take advantage of our efficien...Gravatar Gael Guennebaud2008-07-26
* Added an automatically generated list of selected examples in the documentation.Gravatar Gael Guennebaud2008-07-19
* - many updates after Cwise changeGravatar Benoit Jacob2008-07-08
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* 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
* add experimental code for sparse matrix:Gravatar Gael Guennebaud2008-06-23
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27
* some documentation fixes (Cwise* and Cholesky)Gravatar Gael Guennebaud2008-05-22
* * improved product performance:Gravatar Gael Guennebaud2008-05-22
* Introduce generic Flagged xpr, remove already Lazy.h and Temporary.hGravatar Benoit Jacob2008-05-14
* * 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
* * Started support for unaligned vectorization.Gravatar Gael Guennebaud2008-05-05
* fix flag and cost computations for nested expressionsGravatar Gael Guennebaud2008-05-01
* Enable vectorization of product with dynamic matrices,Gravatar Gael Guennebaud2008-05-01