aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Jacobi
Commit message (Expand)AuthorAge
* Fix some enum-enum conversion warningsGravatar Christoph Hertzberg2021-02-27
* [PATCH 1/2] Misc. typosGravatar luz.paz"2018-09-18
* Make param name and docs constistent for JacobiRotation::makeGivensGravatar cgs10192018-09-06
* Fix shadowing typedefsGravatar Gael Guennebaud2018-07-12
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* Implement true compile-time "if" for apply_rotation_in_the_plane. This fixes ...Gravatar Gael Guennebaud2017-09-06
* Make NoAlias and JacobiRotation compatible with CUDA.Gravatar Gael Guennebaud2017-08-17
* Improve mixing of complex and real in the vectorized path of apply_rotation_i...Gravatar Gael Guennebaud2017-04-14
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Consider denormals as zero in makeJacobi and 2x2 SVD.Gravatar Gael Guennebaud2016-07-12
* Generalize first_aligned to take the requested alignment as a template parame...Gravatar Gael Guennebaud2015-08-06
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Fix dox for namespacesGravatar Chen-Pang He2014-07-05
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* do not apply plane rotation when it is exactly the identityGravatar Gael Guennebaud2012-07-24
* 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
* workaround ICC compilation error with -strict-ansiGravatar Gael Guennebaud2012-01-25
* clean a bit previous patch (ctor vs static_cast and a few bits)Gravatar Gael Guennebaud2011-05-23
* fix implicit scalar conversions (needed to support fancy scalar types, see bu...Gravatar David H. Bailey2011-05-23
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* Jacobi improvements:Gravatar Benoit Jacob2010-10-12
* fix the Jacobi bug, expand unit testGravatar Benoit Jacob2010-10-12
* port Jacobi to new ei_pset1/ei_pload APIGravatar Gael Guennebaud2010-07-19
* add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* the Index types change.Gravatar Benoit Jacob2010-05-30
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
|/
* Fix LaTeX error in doxygen comment.Gravatar Jitse Niesen2009-09-08
* bug fix in novel makeGivens for realGravatar Gael Guennebaud2009-09-04
* implement the continuous generation algorithm of Givens rotations by Anderson...Gravatar Gael Guennebaud2009-09-03
* add examples for makeJacobi and makeGivensGravatar Gael Guennebaud2009-09-03
* fix #51 (bad use of std::complex::real)Gravatar Gael Guennebaud2009-09-02
* * rename JacobiRotation => PlanarRotationGravatar Gael Guennebaud2009-09-02
* add a JacobiRotation class wrapping the cosine-sine pair withGravatar Gael Guennebaud2009-09-01
* * JacobiSVD:Gravatar Benoit Jacob2009-08-31
* Fix comment which may cause latex to hang when generating docsGravatar Jitse Niesen2009-08-24
* fix issue #43Gravatar Gael Guennebaud2009-08-24
* hm, forgot to conjugate the arguments in applyJacobiOnTheLeftGravatar Gael Guennebaud2009-08-24
* fix apply Jacobi for complexes and add documentation for some *Jacobi* functionsGravatar Gael Guennebaud2009-08-23
* optimize "apply Jacobi" for small sizes, and move it to Jacobi.hGravatar Gael Guennebaud2009-08-14
* * remove EIGEN_DONT_INLINE that harm performance for small sizesGravatar Benoit Jacob2009-08-13
* add an optimized "apply in place a rotation in the plane",Gravatar Gael Guennebaud2009-08-13