aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* merge default and evaluator branchesGravatar Gael Guennebaud2014-03-12
|\
* | This file is not needed anymoreGravatar Gael Guennebaud2014-03-12
* | Fix a few regression when moving the flagsGravatar Gael Guennebaud2014-03-12
| * bug #755: CommaInitializer produced wrong assertions in absence of ReturnValu...Gravatar Christoph Hertzberg2014-03-12
| * bug #759: Removed hard-coded double-math from Quaternion::angularDistance.Gravatar Christoph Hertzberg2014-03-12
* | Fix Eigenvalues moduleGravatar Gael Guennebaud2014-03-12
* | Move evaluation related flags from traits to evaluator and fix evaluators of ...Gravatar Gael Guennebaud2014-03-12
* | Migrate JacobiSVD to SolverGravatar Gael Guennebaud2014-03-11
* | Port Cholesky module to evaluatorsGravatar Gael Guennebaud2014-03-11
| * Avoid stupid "enumeral mismatch in conditional expression" warnings in GCCGravatar Christoph Hertzberg2014-03-11
* | Port QR module to Solve/InverseGravatar Gael Guennebaud2014-03-11
* | Fix CoeffReadCost issuesGravatar Gael Guennebaud2014-03-11
* | It is not clear what XprType::Nested should be, so let's use nested<Xpr>::typ...Gravatar Gael Guennebaud2014-03-11
* | Even ReturnByValue should not evaluate when assembling the expressionGravatar Gael Guennebaud2014-03-11
| * Merged in abachrac/eigen (pull request PR-47)Gravatar Christoph Hertzberg2014-03-11
| |\
* | | Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
* | | Hide legacy dense assignment routines with EIGEN_TEST_EVALUATORSGravatar Gael Guennebaud2014-03-10
* | | Fix evaluators unit test (i.e., when only EIGEN_ENABLE_EVALUATORS is definedGravatar Gael Guennebaud2014-03-10
| | * Move the Base typedef's from private to public scopeGravatar Abraham Bachrach2014-03-09
| * | swap 3.2 <-> default CTestConfig.cmake fileGravatar Gael Guennebaud2014-03-05
| |/
* | Split LU/Inverse.h to Core/Inverse.h for the generic Inverse expression, and ...Gravatar Gael Guennebaud2014-02-24
* | Hide some deprecated classes.Gravatar Gael Guennebaud2014-02-24
* | By-pass ProductBase for triangular and selfadjoint products and get rid of Pr...Gravatar Gael Guennebaud2014-02-23
* | Get rid of GeneralProduct<> for GemvProductGravatar Gael Guennebaud2014-02-21
* | Get rid of GeneralProduct<> for GemmProductGravatar Gael Guennebaud2014-02-21
* | 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
* | ExprType::Nested has a new meaning now...Gravatar 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
* | | Temporary workaround for permutationsGravatar Gael Guennebaud2014-02-18
* | | Support Product::coeff(0,0) even for dynamic matricesGravatar Gael Guennebaud2014-02-18