aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h
Commit message (Expand)AuthorAge
* Idrs iterative linear solverGravatar Jens Wehner2021-02-27
* Remove std::cerr in iterative solver since we don't have iostream.Gravatar David Tellenbach2021-01-21
* bug #1596: fix inclusion of Eigen's header within unsupported modules.Gravatar Gael Guennebaud2018-09-17
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Port unsupported constrained CG to Eigen3Gravatar Anton Gladky2014-01-15
* Fix some MPL2/LGPL lisencing confusionsGravatar Gael Guennebaud2013-02-06
* Add a EIGEN_MPL2_ONLY build option to generate compiler errors when including...Gravatar Benoit Jacob2012-07-13
* 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
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Correct syntax error in doxygen comment.Gravatar Jitse Niesen2009-08-18
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* added an experimental IterativeSolvers module (currently in unsupported)Gravatar Gael Guennebaud2009-02-10