aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse_product.cpp
Commit message (Expand)AuthorAge
* fix sparse vector assignment from a sparse matrixGravatar Gael Guennebaud2013-03-06
* fix dense=sparse*diagonal (there was an issue in the values returned by the ....Gravatar Gael Guennebaud2012-10-03
* extend unit tests to check rectangular matrices for sparse*diagonal productsGravatar Gael Guennebaud2012-10-02
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* add aliasing test for sparse*sparse productGravatar Gael Guennebaud2011-12-20
* update sparse*sparse product: the default is now a conservative algorithm pre...Gravatar Gael Guennebaud2011-10-24
* move DynamicSparseMatrix to SparseExtraGravatar Gael Guennebaud2011-10-24
* 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
* mergeGravatar Gael Guennebaud2010-12-31
|\
* | [Sparse] Added regression tests for the two bugfixes, the code passes all spa...Gravatar David J. Luitz2010-12-30
|/
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* add mixed sparse-dense outer productGravatar Gael Guennebaud2010-06-25
* Fix use of nesting types in SparseTranspose and split the big SparseProduct.h...Gravatar Gael Guennebaud2010-06-25
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* a couple of fixes after thye mergeGravatar Gael Guennebaud2009-12-23
* Big refactoring/cleaning in the spasre module withGravatar Gael Guennebaud2009-11-18
* more ET refactoring:Gravatar Gael Guennebaud2009-11-17
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* * update sparse module wrt new diagonal matrix implGravatar Gael Guennebaud2009-07-04
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* sparse module: new API proposal for triangular solves and experimentalGravatar Gael Guennebaud2009-04-05
* * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)Gravatar Gael Guennebaud2009-02-17
* fix m = m*m with m sparse (gug found by Frederik Heinz)Gravatar Gael Guennebaud2009-02-12
* - add diagonal * sparse product as an expressionGravatar Gael Guennebaud2009-02-09