Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge with default branch | Gael Guennebaud | 2014-02-18 |
|\ | |||
* | | Cleaning | Gael Guennebaud | 2014-02-18 |
| | | |||
* | | Product::coeff method are also OK for lazy products (including diagonal ↵ | Gael Guennebaud | 2014-02-18 |
| | | | | | | | | products) | ||
* | | Fix all()/any() for evaluators | Gael Guennebaud | 2014-02-18 |
| | | |||
| * | _MatrixTypeNested must be public in sparse Block | Gael Guennebaud | 2014-02-18 |
| | | |||
* | | Temporary workaround for permutations | Gael Guennebaud | 2014-02-18 |
| | | |||
* | | Support Product::coeff(0,0) even for dynamic matrices | Gael Guennebaud | 2014-02-18 |
| | | |||
* | | Finally, the simplest remains to deffer resizing at the latest | Gael Guennebaud | 2014-02-18 |
| | | |||
* | | Add evaluator for Ref | Gael Guennebaud | 2014-02-18 |
| | | |||
* | | Move is_diagonal to XprHelper, forward declare Ref | Gael Guennebaud | 2014-02-18 |
| | | |||
* | | New design for handling automatic transposition | Gael Guennebaud | 2014-02-18 |
| | | |||
* | | Get rid of DiagonalProduct | Gael Guennebaud | 2014-02-18 |
| | | |||
* | | Get rid of SeflCwiseBinaryOp | Gael Guennebaud | 2014-02-18 |
| | | |||
* | | Fix scalar * product optimization when 'product' includes a selfadjoint matrix | Gael Guennebaud | 2014-02-17 |
| | | |||
* | | Deal with automatic transposition in call_assignment, fix a few shortcomings | Gael Guennebaud | 2014-02-17 |
| | | |||
* | | Add evaluator support for diagonal products | Gael Guennebaud | 2014-02-17 |
| | | |||
| * | Relaxed umeyama test. Problem was ill-posed if linear part was scaled with ↵ | Christoph Hertzberg | 2014-02-17 |
| | | | | | | | | very small number. This should fix bug #744. | ||
| * | Fix support for row (resp. column) of a column-major (resp. row-major) ↵ | Gael Guennebaud | 2014-02-17 |
| | | | | | | | | sparse matrix | ||
| * | Fix compilation of SPlines module | Gael Guennebaud | 2014-02-17 |
| | | |||
| * | Fix sparse_product/sparse_extra unit tests | Gael Guennebaud | 2014-02-17 |
| | | |||
| * | Fix FFTW unit test with clang | Gael Guennebaud | 2014-02-17 |
| | | |||
| * | Fix a few Index to int buggy conversions | Gael Guennebaud | 2014-02-15 |
| | | |||
| * | Fix infinite loop in sparselu | Gael Guennebaud | 2014-02-14 |
| | | |||
| * | Merged in martinhofernandes/eigen (pull request PR-40) | Gael Guennebaud | 2014-02-14 |
| |\ | | | | | | | | | | Better fix for bug #503 | ||
| * | | optimize sparse-sparse Kronecker product | Gael Guennebaud | 2014-02-14 |
| | | | |||
| * | | Upload the 3.2 testing result to its own CDash project | Gael Guennebaud | 2014-02-14 |
| | | | |||
| * | | reduce false negative in the qr unit test | Gael Guennebaud | 2014-02-14 |
| | | | |||
| * | | alloca is not necessarily alligned on windows | Gael Guennebaud | 2014-02-14 |
| | | | |||
| * | | Fix propagation of index type | Gael Guennebaud | 2014-02-13 |
| | | | |||
| * | | fix stable norm benchmark | Gael Guennebaud | 2014-02-13 |
| | | | |||
| * | | Fix stable_norm unit test for complexes | Gael Guennebaud | 2014-02-13 |
| | | | |||
| * | | Fix bug #740: overflow issue in stableNorm | Gael Guennebaud | 2014-02-13 |
| | | | |||
| * | | Fix Fortran compiler detection | Gael Guennebaud | 2014-02-13 |
| | | | |||
| * | | Fix documentation of MatrixBase::applyOnTheLeft (bug #739) | Jitse Niesen | 2014-02-12 |
| | | | | | | | | | | | | Add examples; move methods from EigenBase.h to MatrixBase.h | ||
| * | | fix compilation of Transform * UniformScaling | Gael Guennebaud | 2014-02-12 |
| | | | |||
| * | | Added examples for casting, made better examples for Maps | Christoph Hertzberg | 2014-02-11 |
| | | | |||
| * | | Remove unused typedef in polynomialsolver test. | Jitse Niesen | 2014-02-08 |
| | | | |||
| * | | Merged in maksqwe/eigen/maksqwe/fix-typo-in-evalSolverSugarFunction (pull ↵ | Jitse Niesen | 2014-02-08 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | request PR-44) fix typo in evalSolverSugarFunction() | ||
| | * | | fix typo in evalSolverSugarFunction() | Naumov Maks | 2014-02-08 |
| |/ / | |||
| * | | Fix bug #736: LDLT isPositive returns false for a positive semidefinite matrix | Jitse Niesen | 2014-02-06 |
| | | | | | | | | | | | | Add unit test covering this case. | ||
| * | | Fixed assignment from QMatrix to Transform for compact storage. | Hauke Heibel | 2014-02-04 |
| | | | |||
| * | | Fixed issue #734 (thanks to Philipp Büttgenbach for reporting the issue and ↵ | Hauke Heibel | 2014-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 MacOS | Christoph Hertzberg | 2014-01-29 |
| | | | |||
* | | | Fix Random().normalized() by introducing a nested_eval helper (recall that ↵ | Gael Guennebaud | 2014-01-26 |
| | | | | | | | | | | | | the old nested<> class is deprecated) | ||
* | | | Fix evaluator<Replicate> for fixed size objects | Gael Guennebaud | 2014-01-26 |
| | | | |||
* | | | Add missing template keyword | Gael Guennebaud | 2014-01-26 |
| | | | |||
* | | | Port evaluation from selfadjoint to full to evaluators | Gael Guennebaud | 2014-01-26 |
| | | | |||
* | | | Refactor triangular assignment | Gael Guennebaud | 2014-01-25 |
| | | | |||
* | | | fix scalar * prod in evaluators unit test | Gael Guennebaud | 2014-01-25 |
| | | | |||
| * | | Remove useless register keyword, and optimize predux_min/max for SSE4 | Gael Guennebaud | 2014-01-25 |
| | | |