aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CwiseUnaryOp.h
Commit message (Expand)AuthorAge
* get rid of NestParentByRefBitGravatar Gael Guennebaud2010-02-08
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* s/asMatrix()/matrix()Gravatar Gael Guennebaud2010-01-04
* 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
* Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
* more ET refactoring:Gravatar Gael Guennebaud2009-11-17
* adapt CwiseUnaryOp and CwiseUnaryViewGravatar Gael Guennebaud2009-11-16
* * add real scalar * complex matrix, real matrix * complex scalar,Gravatar Gael Guennebaud2009-09-04
* remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
* add logAbsDeterminant()Gravatar Benoit Jacob2009-08-24
* 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
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | * add a writable generic coeff wise expression (CwiseUnaryView)Gravatar Gael Guennebaud2009-05-20
|/
* fixed my mistake in castGravatar Gael Guennebaud2009-04-29
* casting to the same type no longer generates a CwiseUnaryOpGravatar Gael Guennebaud2009-04-29
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* simplify some ei_traits<> using inheritanceGravatar Gael Guennebaud2009-01-11
* * fix a vectorization issue in ProductGravatar Gael Guennebaud2008-12-19
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * add .imag() functionGravatar Gael Guennebaud2008-11-14
* 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
* 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
* * Big change in Block and Map:Gravatar Gael Guennebaud2008-08-09
* Several compilation fixes for MSVC and NVCC, basically:Gravatar Gael Guennebaud2008-07-29
* 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
* * added a Tridiagonalization class for selfadjoint matricesGravatar Gael Guennebaud2008-06-01
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31
* * added _*coeffRef members in NestedByValueGravatar Gael Guennebaud2008-05-28
* * find the proper way of nesting the expression in Flagged:Gravatar Benoit Jacob2008-05-28
* some documentation fixes (Cwise* and Cholesky)Gravatar Gael Guennebaud2008-05-22
* Fix compilation issues with MSVC and NVCC.Gravatar Gael Guennebaud2008-05-15
* Introduce generic Flagged xpr, remove already Lazy.h and Temporary.hGravatar Benoit Jacob2008-05-14
* 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
* Fixed a couple of issues introduced in previous commits.Gravatar Gael Guennebaud2008-04-26
* Added Triangular expression to extract upper or lower (strictly or not)Gravatar Gael Guennebaud2008-04-26
* * rename XprCopy -> NestedGravatar Benoit Jacob2008-04-10