aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CwiseUnaryOp.h
Commit message (Expand)AuthorAge
* Implement binaryop and transpose evaluators for sparse matricesGravatar Gael Guennebaud2014-06-23
* 1- Introduce sub-evaluator types for unary, binary, product, and map expressi...Gravatar Gael Guennebaud2014-06-20
* Move evaluation related flags from traits to evaluator and fix evaluators of ...Gravatar Gael Guennebaud2014-03-12
* Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
* Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix most of the shadow warnings in Core/*.hGravatar Gael Guennebaud2012-06-22
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
* the Index types change.Gravatar Benoit Jacob2010-05-30
* remove MakeBase, use ei_dense_xpr_base insteadGravatar Benoit Jacob2010-04-23
* renaming (MatrixType ---> whatever appropriate)Gravatar Benoit Jacob2010-04-18
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* 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