aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/IO.h
Commit message (Expand)AuthorAge
* Fix MSVC compilation: std::log was not accessible.Gravatar Gael Guennebaud2012-12-20
* Fix bug #534: rm useless initialization of rowSpacer.Gravatar Gael Guennebaud2012-12-16
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* 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
* do not directly call std::ceilGravatar Gael Guennebaud2011-05-28
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* fix #146Gravatar Benoit Jacob2010-06-27
* email changeGravatar Gael Guennebaud2010-06-24
* the Index types change.Gravatar Benoit Jacob2010-05-30
* fix #116 and remove debug cout'sGravatar Benoit Jacob2010-04-30
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* generalize the idea of the previous commit to all kinds of casts, see this fo...Gravatar Benoit Jacob2010-03-30
* add ei_cast_to_int, we are indeed somethings (e.g. in IO.h) casting scalars t...Gravatar Benoit Jacob2010-03-30
* move the computation of the number of significant digits to a templated helpe...Gravatar Benoit Jacob2010-03-30
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* Clean up one compilation error and two warnings.Gravatar Jitse Niesen2010-01-26
* a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
* fix warningGravatar Benoit Jacob2009-08-14
* as discussed on list: default to align cols, reorganize parameters accordingl...Gravatar Benoit Jacob2009-08-14
* oops, don't set the precision to -1 !!Gravatar Benoit Jacob2009-08-13
* apply change discussed on the list :Gravatar Benoit Jacob2009-08-13
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* * fix a couple of warnings (patch from Armin Berres)Gravatar Gael Guennebaud2008-12-12
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * add Gael a (c) line in IO.hGravatar Benoit Jacob2008-11-17
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
* * add documentation of the cool (?) "print with format" featureGravatar Gael Guennebaud2008-08-23
* * Add the possibility to customize the output of matrices, e.g.:Gravatar Gael Guennebaud2008-08-21
* * do the ActualPacketAccesBit change as discussed on listGravatar Benoit Jacob2008-07-04
* * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)Gravatar Benoit Jacob2008-06-26
* * introducte recursive Flags system for the expressionsGravatar Benoit Jacob2008-03-30
* big change: MatrixBase only takes one template parameter "Derived", theGravatar Benoit Jacob2008-03-10
* Relicense --> dual-license LGPL3+/GPL2+Gravatar Benoit Jacob2008-02-28
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
* more documentation, 12 more code snippetsGravatar Benoit Jacob2008-01-03
* move Core/ to a src/ subdir, in preparation for following changesGravatar Benoit Jacob2007-12-28