aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
* Make selfqdjoint products use evaluatorsGravatar Gael Guennebaud2013-12-13
* fix resizing in noalias for blocks, and make -=/+= use evaluatorsGravatar Gael Guennebaud2013-12-13
* Add support for triangular products with evaluatorsGravatar Gael Guennebaud2013-12-07
* Move inner product special functions to a base class to avoid ambiguous callsGravatar Gael Guennebaud2013-12-04
* Enable use of evaluators for noalias and lazyProduct, add conversion to scala...Gravatar Gael Guennebaud2013-12-03
* Make reductions compatible with evaluatorsGravatar Gael Guennebaud2013-12-02
* fix a typo triangular assignmentGravatar Gael Guennebaud2013-12-02
* Fix flags of Product<>Gravatar Gael Guennebaud2013-12-02
* Add direct assignment of productsGravatar Gael Guennebaud2013-12-02
* Fix product evaluator when TEST_EVALUATOR in not ONGravatar Gael Guennebaud2013-12-02
* Make swap unit test work with evaluatorsGravatar Gael Guennebaud2013-12-02
* Get rid of call_dense_swap_loopGravatar Gael Guennebaud2013-12-02
* Add evaluator/assignment to TriangularView expressionsGravatar Gael Guennebaud2013-12-02
* Fix usage of Dense versus DenseShapeGravatar Gael Guennebaud2013-12-02
* Fix swap in DenseBaseGravatar Gael Guennebaud2013-11-30
* First step toward the generalization of evaluators to triangular, sparse and ...Gravatar Gael Guennebaud2013-11-29
* Get rid of evalautor_implGravatar Gael Guennebaud2013-11-29
* add definition of product_tagGravatar Gael Guennebaud2013-11-29
* Remove HasEvalTo and all at once eval modeGravatar Gael Guennebaud2013-11-29
* Refactor dense product evaluatorsGravatar Gael Guennebaud2013-11-27
* Simplify evaluator of EvalToTempGravatar Gael Guennebaud2013-11-27
* Evaluator: introduce the main Assignment class, add call_assignment to bypass...Gravatar Gael Guennebaud2013-11-25
* Fix FullPivHouseholderQR ctors for non squared fixed size matrix typesGravatar Gael Guennebaud2013-11-19
* Add scaling in JacobiSVD to avoid overflowsGravatar Gael Guennebaud2013-11-19
* Workaround fixing aliasing issue in x = SparseLU::solve(x)Gravatar Gael Guennebaud2013-11-15
* fix overflow and ambiguity in SparseLU memory allocationGravatar Gael Guennebaud2013-11-15
* Implement boolean reductions for zero-sized objectsGravatar Christoph Hertzberg2013-11-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
* Install functor folder with cmakeGravatar Leszek Swirski2013-11-08
* fix broken commitGravatar Gael Guennebaud2013-11-07
* Add an option to test evaluators globallyGravatar Gael Guennebaud2013-11-07
* Drop evaluators for SwapWrapper and SelfCwiseBinaryOpGravatar Gael Guennebaud2013-11-07
* Clean evaluator_impl_base. It will probably be removed in the futureGravatar Gael Guennebaud2013-11-07
* bug #99: move the creation of the evaluator to a central place, and make gene...Gravatar Gael Guennebaud2013-11-07
* Move internal::swap to numext to fix ambiguous call with std::swapGravatar Gael Guennebaud2013-11-07
* bug #99: refactor assignment and compound assignment mechanism through "assig...Gravatar Gael Guennebaud2013-11-06
* Fix static/inline orderGravatar Gael Guennebaud2013-11-06
* Split the huge Functors.h fileGravatar Gael Guennebaud2013-11-06
* Allow calling attributes of dynamic size objects from deviceGravatar Gael Guennebaud2013-11-05
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | SparseLU: fix estimated non-zeros in UGravatar Gael Guennebaud2013-11-05
* | JacobiSVD: fix a 0/0 issue for complexesGravatar Gael Guennebaud2013-11-04
* | JacobiSVD: move from Lapack to Matlab strategy for the default thresholdGravatar Gael Guennebaud2013-11-03
* | bug #677: fix usage of pld instrinsics for ccomplexesGravatar Gael Guennebaud2013-11-02
* | Add a rank method with threshold control to JacobiSVD, and make solve uses it...Gravatar Gael Guennebaud2013-11-01
* | Fix changeset 2702788da71303afa71e53dfa6542a560115425aGravatar Gael Guennebaud2013-11-01
* | Fix bug #677: compilation issue on arm64 which does not have the PLD instructionGravatar Gael Guennebaud2013-10-31
* | Fix bug #678: vectors of row and columns transpositions were not properly res...Gravatar Gael Guennebaud2013-10-29
* | Fix unused variable warningsGravatar Gael Guennebaud2013-10-29