aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse_vector.cpp
Commit message (Expand)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* Add SparseVector::conservativeResize() method.Gravatar Gael Guennebaud2016-01-25
* Fix shadow warnings triggered by clangGravatar Gael Guennebaud2015-06-09
* bug #367: fix double copies in atWithInsertion, and add respective unit-testGravatar Gael Guennebaud2014-10-09
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Disable a test which had never worked without evalautorsGravatar Gael Guennebaud2014-09-03
* Fix sparse matrix times sparse vector.Gravatar Gael Guennebaud2014-09-01
* Fix a few Index to int buggy conversionsGravatar Gael Guennebaud2014-02-15
* Fix bug #607: handle implicit transposition from sparse vector to dense vectorGravatar Gael Guennebaud2013-06-10
* fix sparse vector assignment from a sparse matrixGravatar Gael Guennebaud2013-03-06
* Test for the sparse Blue normGravatar Desire NUENTSA2013-01-21
* Fix aliasing issue in sparse matrix assignment.Gravatar Gael Guennebaud2012-07-25
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* evaluate 1D sparse expressions into SparseVector and make the sparse operator...Gravatar Gael Guennebaud2011-12-22
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* extend sparse product unit testsGravatar Gael Guennebaud2011-03-22
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix sparse squared normGravatar Gael Guennebaud2010-04-13
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* - add diagonal * sparse product as an expressionGravatar Gael Guennebaud2009-02-09
* sparse module: makes -= and += operator workingGravatar Gael Guennebaud2009-01-23
* optimize A * v product for A sparse and row majorGravatar Gael Guennebaud2009-01-19
* Sparse module:Gravatar Gael Guennebaud2009-01-14
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* Sparse module:Gravatar Gael Guennebaud2009-01-07