aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore
Commit message (Expand)AuthorAge
* fix dense=sparse*diagonal (there was an issue in the values returned by the ....Gravatar Gael Guennebaud2012-10-03
* add an assertion when inserting an already existing elementGravatar Gael Guennebaud2012-10-02
* fix SparseMatrix option bit flag in eval<> helperGravatar Gael Guennebaud2012-09-27
* merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\
| * Add tutorial for sparse solversGravatar Desire NUENTSA2012-09-07
| * Improve the permutationGravatar Desire NUENTSA W.2012-07-27
* | SparseMatrix: add missing ctor for ReturnByValueGravatar Gael Guennebaud2012-07-25
* | Fix aliasing issue in sparse matrix assignment.Gravatar Gael Guennebaud2012-07-25
* | Fix some illegal memory access in sparse conservativeResize()Gravatar Jitse Niesen2012-07-20
* | 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
* | workaround compilation issue with MSVC 2005Gravatar Gael Guennebaud2012-07-02
* | 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 * permutation products with assiciated unit testsGravatar Gael Guennebaud2012-03-29
* add sparse-selfadjoint to sparse-selfadjoint assignment operatorsGravatar Gael Guennebaud2012-03-29
* remove parenthesis suggestion warningGravatar Gael Guennebaud2012-03-14
* add 2 missing ReverseInnerIteratorsGravatar Gael Guennebaud2012-03-14
* export IsRowMajor in MappedSparseMatrixGravatar Gael Guennebaud2012-03-09
* simplify and speedup sparse * dense matrix productsGravatar Gael Guennebaud2012-03-01
* allow null elements in sparse assignmentsGravatar Desire NUENTSA2012-02-29
* fix a couple of warningsGravatar Gael Guennebaud2012-02-27
* fix symmetric permuatation for mixed storage ordersGravatar Gael Guennebaud2012-02-27
* declare a ReverseInnerIterator in sparse CwiseBinaryOp. These ReverseInnerIte...Gravatar Gael Guennebaud2012-02-23
* bug #419: Add spaces between adjacent > in template argumentsGravatar Christoph Hertzberg2012-02-15
* Modify the symmetric permutation to deal with nonsymmetric matricesGravatar Desire NUENTSA2012-02-10
* Adding support for twistedby on SparseMatrixBaseGravatar Desire NUENTSA2012-02-08
* fix a dozen of warnings with MSVC, and get rid of some useless throw()Gravatar Gael Guennebaud2012-02-06
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix compilation errors with ICCGravatar Gael Guennebaud2012-02-03
* add the possibility to assemble a SparseMatrix object from a random list of t...Gravatar Gael Guennebaud2012-01-28
* honor nested types in dense * sparseGravatar Gael Guennebaud2012-01-27
* simple compilation fixGravatar Gael Guennebaud2012-01-26
* fix a nesting type issue in Sparse/TriangularViewGravatar Gael Guennebaud2012-01-25
* added functions to allow for cwise min/max operations with scalar argument (b...Gravatar Abraham Bachrach2012-01-11
* fixe one more VC10 ICEGravatar Gael Guennebaud2012-01-18
* fix VC10 ICEGravatar Gael Guennebaud2012-01-18
* suppress unused variable warningsGravatar Gael Guennebaud2012-01-06
* suppress an 'unused variable' warningGravatar Gael Guennebaud2011-12-22
* evaluate 1D sparse expressions into SparseVector and make the sparse operator...Gravatar Gael Guennebaud2011-12-22
* fix assignment of a row-major sparse vector to a column major sparse oneGravatar Gael Guennebaud2011-12-22
* fix bug #391: prune was for compressed format only, now it also turns the mat...Gravatar Gael Guennebaud2011-12-20
* fix bug #391: improper stream output for uncompressed mode, also avoid double...Gravatar Gael Guennebaud2011-12-20
* fix bug #394: innerVector::nonZeros() was broken for uncompressed modeGravatar Gael Guennebaud2011-12-20
* rm local fill-in ratio estimation (was broken sometimes)Gravatar Gael Guennebaud2011-12-16
* implement a more optimistic heuristic to predict the nnz of a saprse*sparse p...Gravatar Gael Guennebaud2011-12-16
* fig bug #396: add a static assertion on the storage order of a sparse-sparse ...Gravatar Gael Guennebaud2011-12-15
* s/compressed()/isCompressed()Gravatar Gael Guennebaud2011-12-10
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09