index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Jacobi
Commit message (
Expand
)
Author
Age
*
Remove deprecated usage of expr::Index.
Gael Guennebaud
2015-02-16
*
Fix dox for namespaces
Chen-Pang He
2014-07-05
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
bug #482: pass scalar arguments by const references. Still remains a few case...
Gael Guennebaud
2013-02-25
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
do not apply plane rotation when it is exactly the identity
Gael Guennebaud
2012-07-24
*
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
*
workaround ICC compilation error with -strict-ansi
Gael Guennebaud
2012-01-25
*
clean a bit previous patch (ctor vs static_cast and a few bits)
Gael Guennebaud
2011-05-23
*
fix implicit scalar conversions (needed to support fancy scalar types, see bu...
David H. Bailey
2011-05-23
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
rename PlanarRotation -> JacobiRotation
Benoit Jacob
2010-10-19
*
Jacobi improvements:
Benoit Jacob
2010-10-12
*
fix the Jacobi bug, expand unit test
Benoit Jacob
2010-10-12
*
port Jacobi to new ei_pset1/ei_pload API
Gael Guennebaud
2010-07-19
*
add support for vectorized conjugated products
Gael Guennebaud
2010-07-06
*
email change
Gael Guennebaud
2010-06-24
*
the Index types change.
Benoit Jacob
2010-05-30
*
merge and add start/end to Eigen2Support
Gael Guennebaud
2010-01-05
|
\
|
*
* Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple of
Benoit Jacob
2010-01-02
*
|
add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation
Gael Guennebaud
2009-12-04
|
/
*
Fix LaTeX error in doxygen comment.
Jitse Niesen
2009-09-08
*
bug fix in novel makeGivens for real
Gael Guennebaud
2009-09-04
*
implement the continuous generation algorithm of Givens rotations by Anderson...
Gael Guennebaud
2009-09-03
*
add examples for makeJacobi and makeGivens
Gael Guennebaud
2009-09-03
*
fix #51 (bad use of std::complex::real)
Gael Guennebaud
2009-09-02
*
* rename JacobiRotation => PlanarRotation
Gael Guennebaud
2009-09-02
*
add a JacobiRotation class wrapping the cosine-sine pair with
Gael Guennebaud
2009-09-01
*
* JacobiSVD:
Benoit Jacob
2009-08-31
*
Fix comment which may cause latex to hang when generating docs
Jitse Niesen
2009-08-24
*
fix issue #43
Gael Guennebaud
2009-08-24
*
hm, forgot to conjugate the arguments in applyJacobiOnTheLeft
Gael Guennebaud
2009-08-24
*
fix apply Jacobi for complexes and add documentation for some *Jacobi* functions
Gael Guennebaud
2009-08-23
*
optimize "apply Jacobi" for small sizes, and move it to Jacobi.h
Gael Guennebaud
2009-08-14
*
* remove EIGEN_DONT_INLINE that harm performance for small sizes
Benoit Jacob
2009-08-13
*
add an optimized "apply in place a rotation in the plane",
Gael Guennebaud
2009-08-13
*
do without an empirical homemade formula that i wasn't comfortable about...
Benoit Jacob
2009-08-12
*
make jacobi SVD more robust after experimenting with very nasty matrices...
Benoit Jacob
2009-08-12
*
finally, the good approach was two-sided Jacobi. Indeed, it allows
Benoit Jacob
2009-08-12
*
* add Jacobi transformations
Benoit Jacob
2009-08-09