aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseAssign.h
Commit message (Collapse)AuthorAge
* Workaround MSVC ambiguous instanciationGravatar Gael Guennebaud2015-06-24
|
* Add support for sparse = diagonalGravatar Gael Guennebaud2015-06-24
|
* Make SparseSelfAdjointView, twists, and SparseQR more evaluator friendlyGravatar Gael Guennebaud2015-06-24
|
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index ↵Gravatar Christoph Hertzberg2014-12-04
| | | | to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
|
* Implement the missing bits to make Solve compatible with sparse rhsGravatar Gael Guennebaud2014-09-01
|
* Make assignment from general EigenBase object call evaluator, and support ↵Gravatar Gael Guennebaud2014-08-01
| | | | dense X= sparse
* Various minor fixesGravatar Gael Guennebaud2014-07-30
|
* Implement evaluator for sparse-selfadjoint productsGravatar Gael Guennebaud2014-07-22
|
* Implement evaluator for sparse outer productsGravatar Gael Guennebaud2014-07-19
|
* merge with default branchGravatar Gael Guennebaud2014-07-18
|\
* | Do not bypass aliasing in sparse e assignmentsGravatar Gael Guennebaud2014-07-01
| |
* | Add a NoPreferredStorageOrderBit flag for expression having no preferred ↵Gravatar Gael Guennebaud2014-06-27
| | | | | | | | | | | | storage order. It is currently only used in Product.
* | Make operator=(EigenBase<>) uses the new assignment mechanism and introduce ↵Gravatar Gael Guennebaud2014-06-25
| | | | | | | | a generic EigenBase to EigenBase assignment kind based on the previous evalTo mechanism.
* | Implement evaluators for sparse Block.Gravatar Gael Guennebaud2014-06-25
| |
* | Started to move the SparseCore module to evaluators: implemented assignment ↵Gravatar Gael Guennebaud2014-06-20
|/ | | | and cwise-unary evaluator
* Remove useless empty file.Gravatar Gael Guennebaud2013-01-03
|
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
stable yet" warning