aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseSelfAdjointView.h
Commit message (Expand)AuthorAge
* Fix ICE with ICC 11Gravatar Gael Guennebaud2013-07-19
* Use true compile-time branching in SparseVector::assign to handle automatic t...Gravatar Gael Guennebaud2013-07-05
* Fix unresolved typename bug for MSVCGravatar Desire NUENTSA2013-07-04
* Add missing sparse matrix constructor from sparse self-adjoint views, and add...Gravatar Gael Guennebaud2013-06-28
* Fiw bug #553: add support for sparse matrix time sparse self-adjoint view pro...Gravatar Desire NUENTSA2013-06-28
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix bug #535: unused variable warningsGravatar Gael Guennebaud2012-12-16
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #482: pass scalar by const ref - pass on the sparse moduleGravatar Gael Guennebaud2012-06-28
* fix documentaion of twistedByGravatar Gael Guennebaud2012-06-07
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* add sparse-selfadjoint to sparse-selfadjoint assignment operatorsGravatar Gael Guennebaud2012-03-29
* fix a couple of warningsGravatar Gael Guennebaud2012-02-27
* fix symmetric permuatation for mixed storage ordersGravatar Gael Guennebaud2012-02-27
* Modify the symmetric permutation to deal with nonsymmetric matricesGravatar Desire NUENTSA2012-02-10
* Adding support for twistedby on SparseMatrixBaseGravatar Desire NUENTSA2012-02-08
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix bug #356: fix TriangularView::InnerIterator for unit diagonalsGravatar Gael Guennebaud2011-12-04
* make the accessors to internal sparse storage part of the public API and remo...Gravatar Gael Guennebaud2011-12-04
* bug fix in SparseSelfAdjointTimeDenseProduct for empty rows or columnsGravatar Gael Guennebaud2011-11-30
* cleanning pass on the sparse modules:Gravatar Gael Guennebaud2011-11-28
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12