aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore
Commit message (Expand)AuthorAge
* Fix regression in sparse-sparse productGravatar Gael Guennebaud2014-09-01
* Fix sparse matrix times sparse vector.Gravatar Gael Guennebaud2014-09-01
* Refactoring of sparse solvers through a SparseSolverBase class and usage of t...Gravatar Gael Guennebaud2014-09-01
* Implement the missing bits to make Solve compatible with sparse rhsGravatar Gael Guennebaud2014-09-01
* Fix compilation in legacy modeGravatar Gael Guennebaud2014-09-01
* merge default branchGravatar Gael Guennebaud2014-08-29
|\
| * Optimization in sparse-sparse matrix products for small onesGravatar Gael Guennebaud2014-08-29
| * Fix SparseVector::coeffRef(i,j) and add missing SparseVector::insert*UnorderedGravatar Gael Guennebaud2014-08-29
| * In sparse matrix product, enable sorted insertion when doing two transpositio...Gravatar Gael Guennebaud2014-08-29
| * bug #857: workaround MSVC compilation issue.Gravatar Gael Guennebaud2014-08-26
* | Fix various small issues detected by gccGravatar Gael Guennebaud2014-08-01
* | Make assignment from general EigenBase object call evaluator, and support den...Gravatar Gael Guennebaud2014-08-01
* | Call product_generic_impl by default, and remove lot of boilerplate codeGravatar Gael Guennebaud2014-07-31
* | Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
* | Various minor fixesGravatar Gael Guennebaud2014-07-30
* | Re-enable a couple of unit tests with evaluators.Gravatar Gael Guennebaud2014-07-22
* | Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
* | Implement evaluator for sparse-selfadjoint productsGravatar Gael Guennebaud2014-07-22
* | Make sure we evaluate into temporaries matching evaluator storage order requi...Gravatar Gael Guennebaud2014-07-19
* | Implement evaluator for sparse outer productsGravatar Gael Guennebaud2014-07-19
* | merge with default branchGravatar Gael Guennebaud2014-07-18
|\|
* | merge with default branchGravatar Gael Guennebaud2014-07-15
|\ \
* \ \ merge with default branchGravatar Gael Guennebaud2014-07-10
|\ \ \
| | | * bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17
| | | * bug #838: add unit test for fill-in in sparse outer product and fix abusive f...Gravatar Gael Guennebaud2014-07-16
| | |/
| | * Fix bug #838: detect outer products from either the lhs or rhsGravatar Gael Guennebaud2014-07-11
| | * Fix bug #838: fix dense * sparse and sparse * dense outer productsGravatar Gael Guennebaud2014-07-11
| | * Fix inner iterator on an outer-vectorGravatar Gael Guennebaud2014-07-11
| |/
| * bug #808: use double instead of float for the increasing size ratio in Compre...Gravatar Gael Guennebaud2014-07-08
| * Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
* | merge with default branchGravatar Gael Guennebaud2014-07-02
|\|
* | Implement evaluators for sparse*dense productsGravatar Gael Guennebaud2014-07-01
* | Split StorageKind promotion into two helpers: one for products, and one for c...Gravatar Gael Guennebaud2014-07-01
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | Update copyright datesGravatar Gael Guennebaud2014-07-01
* | Implement evaluators for sparse * sparse with auto pruning.Gravatar Gael Guennebaud2014-07-01
* | Implement evaluators for sparse * sparse productsGravatar Gael Guennebaud2014-07-01
* | Implement nonZeros() for Transpose<sparse>Gravatar Gael Guennebaud2014-07-01
* | Do not bypass aliasing in sparse e assignmentsGravatar Gael Guennebaud2014-07-01
* | Fix double constructions of the nested CwiseBinaryOp evaluator in sparse*diag...Gravatar Gael Guennebaud2014-06-27
* | Implement evaluators for sparse times diagonal products.Gravatar Gael Guennebaud2014-06-27
* | Add a NoPreferredStorageOrderBit flag for expression having no preferred stor...Gravatar Gael Guennebaud2014-06-27
* | Implement evaluator for sparse views.Gravatar Gael Guennebaud2014-06-26
* | Update sparse reduxions and sparse-vectors to evaluators.Gravatar Gael Guennebaud2014-06-25
* | Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a...Gravatar Gael Guennebaud2014-06-25
* | Implement evaluators for sparse coeff-wise viewsGravatar Gael Guennebaud2014-06-25
* | Implement evaluators for sparse Block.Gravatar Gael Guennebaud2014-06-25
* | implement evaluator for SparseVectorGravatar Gael Guennebaud2014-06-25
* | Implement binaryop and transpose evaluators for sparse matricesGravatar Gael Guennebaud2014-06-23
* | merge with default branchGravatar Gael Guennebaud2014-06-20
|\|