aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseSelfAdjointView.h
Commit message (Collapse)AuthorAge
* Use true compile-time branching in SparseVector::assign to handle automatic ↵Gravatar Gael Guennebaud2013-07-05
| | | | transposition.
* Fix unresolved typename bug for MSVCGravatar Desire NUENTSA2013-07-04
|
* Add missing sparse matrix constructor from sparse self-adjoint views, and ↵Gravatar Gael Guennebaud2013-06-28
| | | | add documentation for sparse time selfadjoint matrix
* Fiw bug #553: add support for sparse matrix time sparse self-adjoint view ↵Gravatar Desire NUENTSA2013-06-28
| | | | products
* 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
| | | | (also fix a compilation issue due to previous pass)
* 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
| | | | (no need to use .twistedBy(I) anymore)
* 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 ↵Gravatar Gael Guennebaud2012-02-03
| | | | | | missing ones, etc. (note that const qualifiers are set by internall::nested)
* 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 ↵Gravatar Gael Guennebaud2011-12-04
| | | | remove their "_" prefix.
* bug fix in SparseSelfAdjointTimeDenseProduct for empty rows or columnsGravatar Gael Guennebaud2011-11-30
|
* cleanning pass on the sparse modules:Gravatar Gael Guennebaud2011-11-28
| | | | | - remove outdated/deprecated code - improve a bit the documentation
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
stable yet" warning