aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse_basic.cpp
Commit message (Expand)AuthorAge
* Fix some unused or not initialized related warnings.Gravatar Gael Guennebaud2013-02-15
* Remove Sparse/InnerVectorSet expression in favor of a more general Block<> sp...Gravatar Gael Guennebaud2012-11-16
* Fix aliasing issue in sparse matrix assignment.Gravatar Gael Guennebaud2012-07-25
* bug #449: add SparseMatrix::conservativeResize featureGravatar Benjamin Piwowarski2012-07-19
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix some compilation errors with ICC and -strict-ansiGravatar Gael Guennebaud2012-01-31
* add the possibility to assemble a SparseMatrix object from a random list of t...Gravatar Gael Guennebaud2012-01-28
* fix compilation of sparse_basic unit test for complexesGravatar Gael Guennebaud2011-12-23
* fix bug #394: innerVector::nonZeros() was broken for uncompressed modeGravatar Gael Guennebaud2011-12-20
* fix bug #294: add a diagonal() method to SparseMatrix (const)Gravatar Gael Guennebaud2011-12-04
* 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
* Sparse matrix insertion:Gravatar Gael Guennebaud2011-12-02
* move DynamicSparseMatrix to SparseExtraGravatar Gael Guennebaud2011-10-24
* add the possibility to reserve room for inner vector in SparseMatrixGravatar Gael Guennebaud2011-09-08
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* Sparse: more fixes regarding long int as index typeGravatar Gael Guennebaud2011-06-07
* extend sparse product unit testsGravatar Gael Guennebaud2011-03-22
* new feature: copy from a sparse selfadjoint view to a full sparse matrixGravatar Gael Guennebaud2010-11-15
* Additional fix to enforce the compiler to use the correct prunning method.Gravatar Hauke Heibel2010-11-02
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix SparseView: clean the nested matrix typeGravatar Gael Guennebaud2010-07-22
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* split the Sparse module into multiple ones, and move non stable parts to unsu...Gravatar Gael Guennebaud2010-06-18
* clean the ambiguity with insertBack and add a insertBackByOuterInner functionGravatar Gael Guennebaud2010-06-02
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
| * Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
|/
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* add a SparseNestByValue expression and fix issue in sparse adjoint evaluationGravatar Gael Guennebaud2009-07-13
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* new simplified API to fill sparse matrices (the old functions areGravatar Gael Guennebaud2009-05-04
* - add diagonal * sparse product as an expressionGravatar Gael Guennebaud2009-02-09
* QR: add isInjective(), isSurjective(),Gravatar Gael Guennebaud2009-01-28
* add support for read/write sub sets of inner vectors (sparse module)Gravatar Gael Guennebaud2009-01-27
* sparse module: makes -= and += operator workingGravatar Gael Guennebaud2009-01-23
* fix a few remaining warningsGravatar Gael Guennebaud2009-01-23
* * fix compilation with gcc 3.4Gravatar Gael Guennebaud2009-01-23
* sparse module:Gravatar Gael Guennebaud2009-01-21
* add a flexible sparse matrix class designed for fast matrix assemblyGravatar Gael Guennebaud2009-01-19
* Sparse module: add support for sparse selfadjoint * denseGravatar Gael Guennebaud2009-01-15
* Sparse module: add row/col methods to the iteratorsGravatar Gael Guennebaud2009-01-15
* Sparse module: bugfix in SparseMatrix::resize(), now the indices areGravatar Gael Guennebaud2009-01-15
* Sparse module:Gravatar Gael Guennebaud2009-01-14
* Add support for sparse * dense and dense * sparse matrix/vector productsGravatar Gael Guennebaud2009-01-14
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* Sparse module: add a more flexible SparseMatrix::fillrand() functionGravatar Gael Guennebaud2008-12-11
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05