| Commit message (Expand) | Author | Age |
* | Index refactoring: StorageIndex must be used for storage only (and locally wh... | Gael Guennebaud | 2015-02-13 |
* | Merge Index-refactoring branch with default, fix PastixSupport, remove some u... | Gael Guennebaud | 2015-02-13 |
|\ |
|
| * | Add support for dense ?= diagonal | Gael Guennebaud | 2015-01-24 |
* | | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t... | Christoph Hertzberg | 2014-12-04 |
|/ |
|
* | Make constructors explicit if they could lead to unintended implicit conversion | Christoph Hertzberg | 2014-09-23 |
* | Remove deprecated code not used by evaluators | Gael Guennebaud | 2014-09-18 |
* | Fix max sizes at compile time of DiagonalWrapper | Gael Guennebaud | 2014-07-22 |
* | merge with default branch | Gael Guennebaud | 2014-07-02 |
|\ |
|
* | | Use DiagonalShape as the storage kind of DiagonalBase<>. | Gael Guennebaud | 2014-07-01 |
| * | Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation... | Christoph Hertzberg | 2014-07-01 |
* | | Add a NoPreferredStorageOrderBit flag for expression having no preferred stor... | Gael Guennebaud | 2014-06-27 |
* | | Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a... | Gael Guennebaud | 2014-06-25 |
* | | 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 |
* | | Add evaluator support for diagonal products | Gael Guennebaud | 2014-02-17 |
|/ |
|
* | Extend support for nvcc to Array objects and wrappers | Gael Guennebaud | 2013-07-31 |
* | Fix several documentation issues | Gael Guennebaud | 2012-12-24 |
* | Fix bug #314: | Gael Guennebaud | 2012-11-06 |
* | add scalar multiple to diagonal matrices | Gael Guennebaud | 2012-09-27 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | bug #482: pass scalar arguments by const references. This changeset only conc... | Gael Guennebaud | 2012-06-28 |
* | 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 |
* | make eigen2 cholesky test pass | Benoit Jacob | 2011-01-28 |
* | const-qualify template parameters representing const arguments to expressions. | Benoit Jacob | 2011-01-24 |
* | pass eigen2's triangular test | Benoit Jacob | 2011-01-23 |
* | fix compilation of transform * scaling | Gael Guennebaud | 2010-11-19 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | Fixed DiagonalMatrix assignment. | Hauke Heibel | 2010-08-21 |
* | introduce a new LvalueBit flag and split DenseCoeffBase into three level of a... | Gael Guennebaud | 2010-07-21 |
* | Various documentation improvements. | Jitse Niesen | 2010-07-06 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | * 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 |
* | Renamed AnyMatrixBase to EigenBase. | Hauke Heibel | 2010-02-20 |
* | remove some trailing nestbyvalue | Gael Guennebaud | 2010-02-01 |
* | merge with default branch | Gael Guennebaud | 2009-12-22 |
|\ |
|
* | | Another big refactoring change: | Gael Guennebaud | 2009-11-18 |
| * | addToDense ---> addTo | Benoit Jacob | 2009-11-16 |
| * | DiagonalMatrix: release-quality documentation | Benoit Jacob | 2009-11-16 |
|/ |
|
* | * add PermutationMatrix | Benoit Jacob | 2009-11-15 |
* | finish my evalToDense => evalTo change | Gael Guennebaud | 2009-09-17 |
* | remove the \addexample tags | Gael Guennebaud | 2009-09-03 |
* | * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -= | Gael Guennebaud | 2009-08-03 |
* | add a generic mechanism to copy a special matrix to a dense matrix so that | Gael Guennebaud | 2009-07-07 |
* | * update sparse module wrt new diagonal matrix impl | Gael Guennebaud | 2009-07-04 |
* | new implementation of diagonal matrices and diagonal matrix expressions | Benoit Jacob | 2009-06-28 |
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | constant Diagonal ---> DiagonalBits | Benoit Jacob | 2009-05-10 |