aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseCwiseBinaryOp.h
Commit message (Expand)AuthorAge
* Fix more enum arithmetic.Gravatar Rasmus Munk Larsen2021-06-15
* Fix c++20 warnings about using enums in arithmetic expressions.Gravatar Rasmus Munk Larsen2021-06-10
* Fix some implicit literal to Scalar conversions in SparseCoreGravatar Gael Guennebaud2019-09-11
* bug #1384: fix evaluation of "sparse/scalar" that used the wrong evaluation p...Gravatar Gael Guennebaud2017-01-30
* Cleanup because trait<CwiseBinaryOp>::Flags now expose the correct storage orderGravatar Gael Guennebaud2016-12-27
* Add missing .outer() member to iterators of evaluators of cwise sparse binary...Gravatar Gael Guennebaud2016-12-27
* Fix check of storage order mismatch for "sparse cwiseop sparse".Gravatar Gael Guennebaud2016-12-27
* bug #1358: fix compilation for sparse += sparse.selfadjointView();Gravatar Gael Guennebaud2016-12-14
* Clean up SparseCore module regarding ReverseInnerIteratorGravatar Gael Guennebaud2016-12-01
* Fix compilation issue with MSVC:Gravatar Gael Guennebaud2016-11-23
* Optimize sparse<bool> && sparse<bool> to use the same path as for coeff-wise ...Gravatar Gael Guennebaud2016-11-14
* Generalize coeff-wise sparse products to support different scalar typesGravatar Gael Guennebaud2016-06-14
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Workaround maybe-uninitialized warningGravatar Christoph Hertzberg2016-05-11
* bug #632: implement general coefficient-wise "dense op sparse" operations thr...Gravatar Gael Guennebaud2016-01-30
* bug #632: add support for "dense +/- sparse" operations. The current implemen...Gravatar Gael Guennebaud2016-01-29
* bug #1117: workaround unused-local-typedefs warning when EIGEN_NO_STATIC_ASSE...Gravatar Gael Guennebaud2015-11-23
* Add support for dense.cwiseProduct(sparse)Gravatar Gael Guennebaud2015-11-04
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08
* Workaround wrong instanciation made by VS2010Gravatar Gael Guennebaud2015-09-04
* InnerIterator::index() should really return a StorageIndexGravatar Gael Guennebaud2015-09-03
* Since there is no reason for evaluators to be nested by reference, let's remo...Gravatar Gael Guennebaud2015-09-02
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* Make SparseSelfAdjointView, twists, and SparseQR more evaluator friendlyGravatar Gael Guennebaud2015-06-24
* bug #1005: fix regression regarding sparse coeff-wise binary operator that di...Gravatar Gael Guennebaud2015-06-08
* bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEs...Gravatar Gael Guennebaud2015-04-01
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* merge with default branchGravatar Gael Guennebaud2014-07-18
|\
| * bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17
* | Split StorageKind promotion into two helpers: one for products, and one for c...Gravatar Gael Guennebaud2014-07-01
* | Update copyright datesGravatar Gael Guennebaud2014-07-01
* | Implement binaryop and transpose evaluators for sparse matricesGravatar Gael Guennebaud2014-06-23
|/
* Rationalize the use of Index type in iteratorsGravatar Gael Guennebaud2013-07-06
* Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ()Gravatar Desire NUENTSA2013-05-21
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* declare a ReverseInnerIterator in sparse CwiseBinaryOp. These ReverseInnerIte...Gravatar Gael Guennebaud2012-02-23
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fixe one more VC10 ICEGravatar Gael Guennebaud2012-01-18
* fig bug #396: add a static assertion on the storage order of a sparse-sparse ...Gravatar Gael Guennebaud2011-12-15
* cleanning pass on the sparse modules:Gravatar Gael Guennebaud2011-11-28
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12