aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/TriangularSolver.h
Commit message (Expand)AuthorAge
* Fix and workaround several doxygen issues/warningsGravatar Gael Guennebaud2017-01-04
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* Make conversion from 0 to Scalar explicit (issue reported by Brad Bell)Gravatar Christoph Hertzberg2015-04-13
* Remove some useless typedefsGravatar Gael Guennebaud2015-02-16
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
* Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
* Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* 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
* declare a ReverseInnerIterator in sparse CwiseBinaryOp. These ReverseInnerIte...Gravatar Gael Guennebaud2012-02-23
* fix a dozen of warnings with MSVC, and get rid of some useless throw()Gravatar Gael Guennebaud2012-02-06
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* add ReverseInnerIterators to loop over the elements in reverse order,Gravatar Gael Guennebaud2011-12-03
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12