Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix typo | Gael Guennebaud | 2017-03-07 |
| | |||
* | do not include std header within extern C | Gael Guennebaud | 2017-03-07 |
| | |||
* | bug #1167: simplify installation of header files using cmake's ↵ | Gael Guennebaud | 2016-08-29 |
| | | | | install(DIRECTORY ...) command. | ||
* | Fix compilation with MKL support | Gael Guennebaud | 2016-07-26 |
| | |||
* | bug #173: remove dependency to MKL for LAPACKe backend. | Gael Guennebaud | 2016-07-25 |
| | |||
* | Consider denormals as zero in makeJacobi and 2x2 SVD. | Gael Guennebaud | 2016-07-12 |
| | | | | This also fix serious issues with x387 for which values can be much smaller than the smallest denormal! | ||
* | Fix warning. | Gael Guennebaud | 2016-06-23 |
| | |||
* | Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced ↵ | Gael Guennebaud | 2016-06-09 |
| | | | | | | diagonal block of S to positive diagonal form. This step involve a real 2x2 SVD problem. The respective routine is thus in src/misc/ to be shared by both EVD and AVD modules. | ||
* | Move LAPACK declarations from blas.h to lapack.h and fix compatibility with ↵ | Gael Guennebaud | 2016-04-11 |
| | | | | EIGEN_USE_MKL | ||
* | Improve constness of blas level-3 interface. | Gael Guennebaud | 2016-04-11 |
| | |||
* | Remove deprecated usage of expr::Index. | Gael Guennebaud | 2015-02-16 |
| | |||
* | Make constructors explicit if they could lead to unintended implicit conversion | Christoph Hertzberg | 2014-09-23 |
| | |||
* | Remove deprecated code not used by evaluators | Gael Guennebaud | 2014-09-18 |
| | |||
* | Disable solve_ret_val like mechanism with evaluator enabled | Gael Guennebaud | 2014-09-01 |
| | |||
* | sparse_solve_retval_base::defaultEvalTo created extremely oversized ↵ | Christoph Hertzberg | 2014-01-19 |
| | | | | temporary matrices in some cases | ||
* | add support for solving with sparse right hand side | Desire NUENTSA | 2013-01-25 |
| | |||
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
| | |||
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
| | |||
* | fix several const qualifier issues: double ones, meaningless ones, some ↵ | Gael Guennebaud | 2012-02-03 |
| | | | | | | missing ones, etc. (note that const qualifiers are set by internall::nested) | ||
* | mv blas.h to src/misc such that it would be possible to use any blas libraries, | Gael Guennebaud | 2011-12-09 |
| | | | | | | however, this requires some more works: - add const qualifiers in the declarations of blas.h - add the possibility to add a suffix to blas function names | ||
* | move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵ | Gael Guennebaud | 2011-11-12 |
| | | | | stable yet" warning | ||
* | Renamed cleantype to remove_all since it is close to ↵ | Hauke Heibel | 2010-10-26 |
| | | | | remove_{const|pointer|reference}. | ||
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
| | |||
* | the Index types change. | Benoit Jacob | 2010-05-30 |
| | | | | As discussed on the list (too long to explain here). | ||
* | Renamed PlainMatrixType to PlainObject (Array != Matrix). | Hauke Heibel | 2010-02-20 |
| | | | | Renamed ReturnByValue::ReturnMatrixType ReturnByValue::ReturnType (again, Array != Matrix). | ||
* | Warning 4512 (assignment operators could not be generated) is now simply ↵ | Hauke Heibel | 2009-12-14 |
| | | | | | | disabled. All unimplemented assignment operators have been removed. | ||
* | Added to possibility to compile unit tests at maximum warning level. | Hauke Heibel | 2009-12-12 |
| | | | | Silenced (amongst others) many conversion related warnings. | ||
* | last round of changes, mainly to return derived types instead of base types, ↵ | Benoit Jacob | 2009-11-09 |
| | | | | and fix various compilation issues | ||
* | simplifications in the ei_solve_impl system, factor out some boilerplate code | Benoit Jacob | 2009-11-08 |
| | |||
* | introduce ei_xxx_return_value and ei_xxx_impl for xxx in solve,kernel,impl | Benoit Jacob | 2009-11-03 |
put them in a new internal 'misc' directory |