| Commit message (Expand) | Author | Age |
* | Relax mixing-type constraints for binary coefficient-wise operators: | Gael Guennebaud | 2016-06-06 |
* | bug #96, bug #1006: fix by value argument in result_of. | Gael Guennebaud | 2016-01-28 |
* | Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ... | Gael Guennebaud | 2016-01-01 |
* | Get rid of class internal::nested<> (still have to updated Tensor module) | Gael Guennebaud | 2015-06-19 |
* | Index refactoring: StorageIndex must be used for storage only (and locally wh... | Gael Guennebaud | 2015-02-13 |
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t... | Christoph Hertzberg | 2014-12-04 |
* | bug #697: make sure empty classes are at the end in case of multiple inheritence | Gael Guennebaud | 2014-12-02 |
* | Remove deprecated code not used by evaluators | Gael Guennebaud | 2014-09-18 |
* | Split StorageKind promotion into two helpers: one for products, and one for c... | Gael Guennebaud | 2014-07-01 |
* | Implement binaryop and transpose evaluators for sparse matrices | Gael Guennebaud | 2014-06-23 |
* | 1- Introduce sub-evaluator types for unary, binary, product, and map expressi... | Gael Guennebaud | 2014-06-20 |
* | Move evaluation related flags from traits to evaluator and fix evaluators of ... | Gael Guennebaud | 2014-03-12 |
* | Move CoeffReadCost mechanism to evaluators | Gael Guennebaud | 2014-03-10 |
* | Fix mixing scalar types with evaluators | Gael Guennebaud | 2014-02-19 |
* | fix resizing in noalias for blocks, and make -=/+= use evaluators | Gael Guennebaud | 2013-12-13 |
* | Extend support for nvcc to Array objects and wrappers | Gael Guennebaud | 2013-07-31 |
* | merge with default branch | Gael Guennebaud | 2013-04-19 |
|\ |
|
| * | Allow multiplication like binary operators to be applied on type couples supp... | Gael Guennebaud | 2013-03-20 |
* | | Add support for NVCC5: most of the Core and part of LU are callable from CUDA... | Gael Guennebaud | 2013-02-07 |
|/ |
|
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | fix most of the shadow warnings in Core/*.h | Gael Guennebaud | 2012-06-22 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | fix several const qualifier issues: double ones, meaningless ones, some missi... | Gael Guennebaud | 2012-02-03 |
* | Renamed cleantype to remove_all since it is close to remove_{const|pointer|re... | Hauke Heibel | 2010-10-26 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | fix += return by value like operations | Gael Guennebaud | 2010-09-06 |
* | * fix SelfCwiseBinaryOp traits and handling of mixed types | Gael Guennebaud | 2010-07-19 |
* | Various documentation improvements. | Jitse Niesen | 2010-07-06 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | Fixed language issue. | Hauke Heibel | 2010-06-09 |
* | Fix #131. | Hauke Heibel | 2010-06-09 |
* | * remove ei_index, and let ei_traits propagate the index types | Gael Guennebaud | 2010-06-03 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | remove MakeBase, use ei_dense_xpr_base instead | Benoit Jacob | 2010-04-23 |
* | renaming (MatrixType ---> whatever appropriate) | Benoit Jacob | 2010-04-18 |
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ... | Benoit Jacob | 2010-04-16 |
* | * allow matrix dimensions to be 0 (also at compile time) and provide a specia... | Benoit Jacob | 2010-03-21 |
* | Ups - again a missing typename. | Hauke Heibel | 2010-03-14 |
* | Propagate fixed size dimensions if available (on MSVC it leads >2.5x speedup ... | Hauke Heibel | 2010-03-13 |
* | get rid of NestParentByRefBit | Gael Guennebaud | 2010-02-08 |
* | Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ... | Hauke Heibel | 2010-02-06 |
* | lot of cleaning: | Gael Guennebaud | 2010-01-22 |
* | Fixes #81. | Hauke Heibel | 2010-01-12 |
* | merge with default branch | Gael Guennebaud | 2009-12-22 |
|\ |
|
* | | a couple of fixes, now Array passes the linearstructure test | Gael Guennebaud | 2009-12-17 |
* | | a lot of cleaning and fixes | Gael Guennebaud | 2009-12-16 |
* | | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation | Gael Guennebaud | 2009-12-04 |
* | | Add the concept of base class plugins, and started to write the ArrayBase class. | Gael Guennebaud | 2009-11-20 |
* | | Hey, finally the copyCoeff stuff is not only used to implement swap anymore :) | Gael Guennebaud | 2009-11-20 |