aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge with default branchGravatar Gael Guennebaud2014-02-18
|\
* | CleaningGravatar Gael Guennebaud2014-02-18
| |
* | Product::coeff method are also OK for lazy products (including diagonal ↵Gravatar Gael Guennebaud2014-02-18
| | | | | | | | products)
* | 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
| |
| * Relaxed umeyama test. Problem was ill-posed if linear part was scaled with ↵Gravatar Christoph Hertzberg2014-02-17
| | | | | | | | very small number. This should fix bug #744.
| * Fix support for row (resp. column) of a column-major (resp. row-major) ↵Gravatar Gael Guennebaud2014-02-17
| | | | | | | | sparse matrix
| * Fix compilation of SPlines moduleGravatar Gael Guennebaud2014-02-17
| |
| * Fix sparse_product/sparse_extra unit testsGravatar Gael Guennebaud2014-02-17
| |
| * Fix FFTW unit test with clangGravatar 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
| |\ | | | | | | | | | Better fix for bug #503
| * | optimize sparse-sparse Kronecker productGravatar Gael Guennebaud2014-02-14
| | |
| * | Upload the 3.2 testing result to its own CDash projectGravatar Gael Guennebaud2014-02-14
| | |
| * | reduce false negative in the qr unit testGravatar 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 stable norm benchmarkGravatar Gael Guennebaud2014-02-13
| | |
| * | Fix stable_norm unit test for complexesGravatar Gael Guennebaud2014-02-13
| | |
| * | Fix bug #740: overflow issue in stableNormGravatar Gael Guennebaud2014-02-13
| | |
| * | Fix Fortran compiler detectionGravatar Gael Guennebaud2014-02-13
| | |
| * | Fix documentation of MatrixBase::applyOnTheLeft (bug #739)Gravatar Jitse Niesen2014-02-12
| | | | | | | | | | | | Add examples; move methods from EigenBase.h to MatrixBase.h
| * | fix compilation of Transform * UniformScalingGravatar Gael Guennebaud2014-02-12
| | |
| * | Added examples for casting, made better examples for MapsGravatar Christoph Hertzberg2014-02-11
| | |
| * | Remove unused typedef in polynomialsolver test.Gravatar Jitse Niesen2014-02-08
| | |
| * | Merged in maksqwe/eigen/maksqwe/fix-typo-in-evalSolverSugarFunction (pull ↵Gravatar Jitse Niesen2014-02-08
| |\ \ | | | | | | | | | | | | | | | | | | | | request PR-44) fix typo in evalSolverSugarFunction()
| | * | fix typo in evalSolverSugarFunction()Gravatar Naumov Maks2014-02-08
| |/ /
| * | Fix bug #736: LDLT isPositive returns false for a positive semidefinite matrixGravatar Jitse Niesen2014-02-06
| | | | | | | | | | | | Add unit test covering this case.
| * | Fixed assignment from QMatrix to Transform for compact storage.Gravatar Hauke Heibel2014-02-04
| | |
| * | Fixed issue #734 (thanks to Philipp Büttgenbach for reporting the issue and ↵Gravatar Hauke Heibel2014-02-01
| | | | | | | | | | | | | | | | | | proposing a fix). Kept ColMajor layout if possible in order to keep derivatives of the same order adjacent in memory.
| * | Fix bug #730: Path of OpenGL headers is different on MacOSGravatar Christoph Hertzberg2014-01-29
| | |
* | | Fix Random().normalized() by introducing a nested_eval helper (recall that ↵Gravatar Gael Guennebaud2014-01-26
| | | | | | | | | | | | the old nested<> class is deprecated)
* | | 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
| | |
* | | fix scalar * prod in evaluators unit testGravatar Gael Guennebaud2014-01-25
| | |
| * | Remove useless register keyword, and optimize predux_min/max for SSE4Gravatar Gael Guennebaud2014-01-25
| | |