aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
* Get rid of GeneralProduct for outer-products, and get rid of ScaledProductGravatar Gael Guennebaud2014-02-21
* Generalize evaluator<Inverse<>> such that there is no need to specialize itGravatar Gael Guennebaud2014-02-21
* Port LU module to evaluators (except image() and kernel())Gravatar Gael Guennebaud2014-02-20
* Some bit flags and internal structures are deprecatedGravatar Gael Guennebaud2014-02-20
* Fix dimension of Solve expressionGravatar Gael Guennebaud2014-02-20
* Propagate LvalueBit flag to TriangularViewGravatar Gael Guennebaud2014-02-20
* Add general Inverse<> expression with evaluatorGravatar Gael Guennebaud2014-02-20
* Fix mixing scalar types with evaluatorsGravatar Gael Guennebaud2014-02-19
* evaluator<Replicate> must evaluate its argument to avoid redundant evaluationsGravatar Gael Guennebaud2014-02-19
* Add missing assertion in swap()Gravatar Gael Guennebaud2014-02-19
* Disable Flagged and ForceAlignedAccessGravatar Gael Guennebaud2014-02-19
* Fix vectorization logic wrt assignment functorsGravatar Gael Guennebaud2014-02-19
* Fix lazy evaluation in RefGravatar Gael Guennebaud2014-02-19
* Add a Solve expression for uniform treatment of solve() methods.Gravatar Gael Guennebaud2014-02-19
* Fix CoeffReadCost of products to handle Dynamic costsGravatar Gael Guennebaud2014-02-19
* isApprox must honors nested_evalGravatar Gael Guennebaud2014-02-19
* Add evaluator shortcut for triangular ?= productGravatar Gael Guennebaud2014-02-18
* Simplify implementation of coeff-based products to fully exploit our reduxion...Gravatar Gael Guennebaud2014-02-18
* Merge with default branchGravatar Gael Guennebaud2014-02-18
|\
* | CleaningGravatar Gael Guennebaud2014-02-18
* | Product::coeff method are also OK for lazy products (including diagonal produ...Gravatar Gael Guennebaud2014-02-18
* | Fix all()/any() for evaluatorsGravatar Gael Guennebaud2014-02-18
| * _MatrixTypeNested must be public in sparse BlockGravatar Gael Guennebaud2014-02-18
* | Temporary workaround for permutationsGravatar Gael Guennebaud2014-02-18
* | Support Product::coeff(0,0) even for dynamic matricesGravatar Gael Guennebaud2014-02-18
* | Finally, the simplest remains to deffer resizing at the latestGravatar Gael Guennebaud2014-02-18
* | Add evaluator for RefGravatar Gael Guennebaud2014-02-18
* | Move is_diagonal to XprHelper, forward declare RefGravatar Gael Guennebaud2014-02-18
* | New design for handling automatic transpositionGravatar Gael Guennebaud2014-02-18
* | Get rid of DiagonalProductGravatar Gael Guennebaud2014-02-18
* | Get rid of SeflCwiseBinaryOpGravatar Gael Guennebaud2014-02-18
* | Fix scalar * product optimization when 'product' includes a selfadjoint matrixGravatar Gael Guennebaud2014-02-17
* | Deal with automatic transposition in call_assignment, fix a few shortcomingsGravatar Gael Guennebaud2014-02-17
* | Add evaluator support for diagonal productsGravatar Gael Guennebaud2014-02-17
| * 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 infinite loop in sparseluGravatar Gael Guennebaud2014-02-14
| * Merged in martinhofernandes/eigen (pull request PR-40)Gravatar Gael Guennebaud2014-02-14
| |\
| * | alloca is not necessarily alligned on windowsGravatar Gael Guennebaud2014-02-14
| * | Fix propagation of index typeGravatar Gael Guennebaud2014-02-13
| * | Fix bug #740: overflow issue in stableNormGravatar Gael Guennebaud2014-02-13
| * | Fix documentation of MatrixBase::applyOnTheLeft (bug #739)Gravatar Jitse Niesen2014-02-12
| * | fix compilation of Transform * UniformScalingGravatar Gael Guennebaud2014-02-12
| * | Fix bug #736: LDLT isPositive returns false for a positive semidefinite matrixGravatar Jitse Niesen2014-02-06
| * | Fixed assignment from QMatrix to Transform for compact storage.Gravatar Hauke Heibel2014-02-04
* | | Fix Random().normalized() by introducing a nested_eval helper (recall that th...Gravatar Gael Guennebaud2014-01-26
* | | Fix evaluator<Replicate> for fixed size objectsGravatar Gael Guennebaud2014-01-26
* | | Add missing template keywordGravatar Gael Guennebaud2014-01-26
* | | Port evaluation from selfadjoint to full to evaluatorsGravatar Gael Guennebaud2014-01-26
* | | Refactor triangular assignmentGravatar Gael Guennebaud2014-01-25