aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseAssign.h
Commit message (Expand)AuthorAge
* Fix compilation with c++03 (local class cannot be template arguments), and ma...Gravatar Gael Guennebaud2019-01-29
* bug #1574: implement "sparse_matrix =,+=,-= diagonal_matrix" with smart inser...Gravatar Gael Guennebaud2019-01-28
* bug #632: add specializations for res ?= dense +/- sparse and res ?= sparse +...Gravatar Gael Guennebaud2018-10-10
* Do not preallocate more space than the matrix size (when the sparse matrix bo...Gravatar Gael Guennebaud2017-07-20
* bug #1376: add missing assertion on size mismatch with compound assignment op...Gravatar Gael Guennebaud2017-01-23
* Fix regression in X = (X*X.transpose())/s with X rectangular by deferring res...Gravatar Gael Guennebaud2016-10-26
* Change the semantic of the last template parameter of Assignment from "Scalar...Gravatar Gael Guennebaud2016-07-04
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Fix compilation of sparse-triangular to dense assignmentGravatar Gael Guennebaud2015-11-04
* Fix shadow warningGravatar Gael Guennebaud2015-10-30
* Workaround compilation issue with MSVC<=2013Gravatar Gael Guennebaud2015-10-30
* Fusion the two similar specialization of Sparse2Dense Assignment.Gravatar Gael Guennebaud2015-10-29
* Add support to directly evaluate the product of two sparse matrices within a ...Gravatar Gael Guennebaud2015-10-26
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* Remove duplicated temporary in Sparse to Sparse assignmentGravatar Gael Guennebaud2015-09-01
* 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 t...Gravatar Christoph Hertzberg2014-12-04
* 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 den...Gravatar Gael Guennebaud2014-08-01
* 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 stor...Gravatar Gael Guennebaud2014-06-27
* | Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a...Gravatar Gael Guennebaud2014-06-25
* | Implement evaluators for sparse Block.Gravatar Gael Guennebaud2014-06-25
* | Started to move the SparseCore module to evaluators: implemented assignment a...Gravatar Gael Guennebaud2014-06-20
|/
* Remove useless empty file.Gravatar Gael Guennebaud2013-01-03
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12