aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/misc
Commit message (Expand)AuthorAge
* fix typoGravatar Gael Guennebaud2017-03-07
* do not include std header within extern CGravatar Gael Guennebaud2017-03-07
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Fix compilation with MKL supportGravatar Gael Guennebaud2016-07-26
* bug #173: remove dependency to MKL for LAPACKe backend.Gravatar Gael Guennebaud2016-07-25
* Consider denormals as zero in makeJacobi and 2x2 SVD.Gravatar Gael Guennebaud2016-07-12
* Fix warning.Gravatar Gael Guennebaud2016-06-23
* Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced ...Gravatar Gael Guennebaud2016-06-09
* Move LAPACK declarations from blas.h to lapack.h and fix compatibility with E...Gravatar Gael Guennebaud2016-04-11
* Improve constness of blas level-3 interface.Gravatar Gael Guennebaud2016-04-11
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Disable solve_ret_val like mechanism with evaluator enabledGravatar Gael Guennebaud2014-09-01
* sparse_solve_retval_base::defaultEvalTo created extremely oversized temporary...Gravatar Christoph Hertzberg2014-01-19
* add support for solving with sparse right hand sideGravatar Desire NUENTSA2013-01-25
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* mv blas.h to src/misc such that it would be possible to use any blas libraries,Gravatar Gael Guennebaud2011-12-09
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
* Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* last round of changes, mainly to return derived types instead of base types, ...Gravatar Benoit Jacob2009-11-09
* simplifications in the ei_solve_impl system, factor out some boilerplate codeGravatar Benoit Jacob2009-11-08
* introduce ei_xxx_return_value and ei_xxx_impl for xxx in solve,kernel,implGravatar Benoit Jacob2009-11-03