aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseTriangularView.h
Commit message (Expand)AuthorAge
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Run sparse_basic unit tests also for rectangular matrices.Gravatar Christoph Hertzberg2014-10-31
* Temporary workaround for bug #875:Gravatar Christoph Hertzberg2014-10-28
* bug #882: fix various const-correctness issues with *View classes.Gravatar Gael Guennebaud2014-10-07
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Remove not needed template keyword.Gravatar Gael Guennebaud2014-09-17
* Fix various small issues detected by gccGravatar Gael Guennebaud2014-08-01
* Various minor fixesGravatar Gael Guennebaud2014-07-30
* Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
* Rationalize the use of Index type in iteratorsGravatar Gael Guennebaud2013-07-06
* Add support with unit test for off-diagonal sparse matrix viewsGravatar Desire NUENTSA2013-06-11
* Fix return type of TriangularView::ReverseInnerIterator::operator++Gravatar Gael Guennebaud2013-05-17
* 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
* simple compilation fixGravatar Gael Guennebaud2012-01-26
* fix a nesting type issue in Sparse/TriangularViewGravatar Gael Guennebaud2012-01-25
* fix bug #356: fix TriangularView::InnerIterator for unit diagonalsGravatar Gael Guennebaud2011-12-04
* 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