aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore
Commit message (Expand)AuthorAge
...
* | 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
|\|
* | Started to move the SparseCore module to evaluators: implemented assignment a...Gravatar Gael Guennebaud2014-06-20
| * Fix typo in SparseMatrix assert.Gravatar Benjamin Chretien2014-05-03
| * Silence stupid parenthesis warnings for old GCC versions (<= 4.6.x)Gravatar Christoph Hertzberg2014-03-13
|/
* More int versus Index fixesGravatar Gael Guennebaud2014-02-19
* _MatrixTypeNested must be public in sparse BlockGravatar Gael Guennebaud2014-02-18
* Fix support for row (resp. column) of a column-major (resp. row-major) sparse...Gravatar Gael Guennebaud2014-02-17
* Fix a few Index to int buggy conversionsGravatar Gael Guennebaud2014-02-15
* Fix propagation of index typeGravatar Gael Guennebaud2014-02-13
* Use the specialization of Block<SparseMatrix> for const matrices tooGravatar Gael Guennebaud2013-11-10
* Add missing nonZeros() overload in Block<SparseMatrixBase<>>Gravatar Gael Guennebaud2013-11-10
* Use != instead of < to check for emptiness of iterator range (fixes bug #664)Gravatar Christoph Hertzberg2013-10-16
* Make index type of Triplet default to SparseMatrix::Index as suggested by Kol...Gravatar Christoph Hertzberg2013-10-16
* Add a block sparse matrix class. tests to be addedGravatar Desire NUENTSA2013-09-20
* Fix elimination tree and SparseQR with rows<colsGravatar Gael Guennebaud2013-09-12
* Fix sparse blockGravatar Gael Guennebaud2013-09-07
* Merged in advanpix/eigen-mp-devs (pull request PR-32)Gravatar Gael Guennebaud2013-09-03
|\