aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/IO.h
Commit message (Expand)AuthorAge
* IO: Fixed printing of char and unsigned char matricesGravatar Joel Holdsworth2019-12-11
* Explicitly set fill character when printing aligned data to ostreamGravatar Eugene Zhulenev2019-01-03
* bug #1391: include IO.h before DenseBase to enable its usage in DenseBase plu...Gravatar Gael Guennebaud2017-02-13
* Remove superfluous const's (can cause warnings on some Intel compilers)Gravatar Angelos Mantzaflaris2016-12-07
* Add NumTraits::digits10() function based on numeric_limits::digits10 and make...Gravatar Gael Guennebaud2016-07-25
* Use ADL and log10 for printing matrices.Gravatar Gael Guennebaud2016-07-21
* Use numext:: instead of std:: functions.Gravatar Benoit Steiner2016-05-25
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Copy all format flags (not only precision) from actual output stream when cal...Gravatar Christoph Hertzberg2013-10-17
* consider all columns for aligned output (fixes bug #616)Gravatar Christoph Hertzberg2013-10-17
* Copy and paste mistake in last commitGravatar Christoph Hertzberg2013-10-17
* Don't add rowSpacer if columns are not to be alignedGravatar Christoph Hertzberg2013-10-17
* Fix warning: explicitely initialize all member of IOFormatGravatar Gael Guennebaud2013-06-12
* 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