| Commit message (Expand) | Author | Age |
* | Copy all format flags (not only precision) from actual output stream when cal... | Christoph Hertzberg | 2013-10-17 |
* | consider all columns for aligned output (fixes bug #616) | Christoph Hertzberg | 2013-10-17 |
* | Copy and paste mistake in last commit | Christoph Hertzberg | 2013-10-17 |
* | Don't add rowSpacer if columns are not to be aligned | Christoph Hertzberg | 2013-10-17 |
* | Fix warning: explicitely initialize all member of IOFormat | Gael Guennebaud | 2013-06-12 |
* | Fix MSVC compilation: std::log was not accessible. | Gael Guennebaud | 2012-12-20 |
* | Fix bug #534: rm useless initialization of rowSpacer. | Gael Guennebaud | 2012-12-16 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | 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 |
* | do not directly call std::ceil | Gael Guennebaud | 2011-05-28 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | Various documentation improvements. | Jitse Niesen | 2010-07-06 |
* | fix #146 | Benoit Jacob | 2010-06-27 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | fix #116 and remove debug cout's | Benoit Jacob | 2010-04-30 |
* | Complete rework of global math functions and NumTraits. | Benoit Jacob | 2010-04-28 |
* | generalize the idea of the previous commit to all kinds of casts, see this fo... | Benoit Jacob | 2010-03-30 |
* | add ei_cast_to_int, we are indeed somethings (e.g. in IO.h) casting scalars t... | Benoit Jacob | 2010-03-30 |
* | move the computation of the number of significant digits to a templated helpe... | Benoit Jacob | 2010-03-30 |
* | * move dummy_precision and epsilon to NumTraits | Gael Guennebaud | 2010-02-10 |
* | Clean up one compilation error and two warnings. | Jitse Niesen | 2010-01-26 |
* | 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 |
* | fix warning | Benoit Jacob | 2009-08-14 |
* | as discussed on list: default to align cols, reorganize parameters accordingl... | Benoit Jacob | 2009-08-14 |
* | oops, don't set the precision to -1 !! | Benoit Jacob | 2009-08-13 |
* | apply change discussed on the list : | Benoit Jacob | 2009-08-13 |
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | * fix in IO.h, a useless copy was made because of assignment from | Benoit Jacob | 2008-12-18 |
* | * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/ | Benoit Jacob | 2008-12-17 |
* | * fix a couple of warnings (patch from Armin Berres) | Gael Guennebaud | 2008-12-12 |
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
* | * add Gael a (c) line in IO.h | Benoit Jacob | 2008-11-17 |
* | spelling + some krazy directives | Gael Guennebaud | 2008-08-28 |
* | * add documentation of the cool (?) "print with format" feature | Gael Guennebaud | 2008-08-23 |
* | * Add the possibility to customize the output of matrices, e.g.: | Gael Guennebaud | 2008-08-21 |
* | * do the ActualPacketAccesBit change as discussed on list | Benoit Jacob | 2008-07-04 |
* | * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned) | Benoit Jacob | 2008-06-26 |
* | * introducte recursive Flags system for the expressions | Benoit Jacob | 2008-03-30 |
* | big change: MatrixBase only takes one template parameter "Derived", the | Benoit Jacob | 2008-03-10 |
* | Relicense --> dual-license LGPL3+/GPL2+ | Benoit Jacob | 2008-02-28 |
* | Ready for alpha2 release. | Benoit Jacob | 2008-01-07 |
* | more documentation, 12 more code snippets | Benoit Jacob | 2008-01-03 |
* | move Core/ to a src/ subdir, in preparation for following changes | Benoit Jacob | 2007-12-28 |