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
/
SVD
Commit message (
Expand
)
Author
Age
*
prevent the allocation of the two preconditioner, only one is needed
Gael Guennebaud
2012-06-15
*
cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ...
Gael Guennebaud
2012-04-18
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
remove an extra ';' and suppress a 'variable used before its value is set' wa...
Gael Guennebaud
2012-04-11
*
Document that JacobiSVD also handles complex matrices.
Jitse Niesen
2012-01-26
*
Intel(R) MKL support added.
karturov
2011-12-05
*
bug #206 - part 4: Removes heap allocations from JacobiSVD and its preconditi...
Adolfo Rodriguez Tsourouksdissian
2011-10-30
*
Convert tabs to spaces.
Jitse Niesen
2011-09-27
*
Fix bug #286: Infinite loop in JacobiSVD with denormals
Jitse Niesen
2011-09-27
*
protect calls to min and max with parentheses to make Eigen compatible with d...
Gael Guennebaud
2011-07-21
*
Simplify the use of custom scalar types, the rule is to never directly call a...
Gael Guennebaud
2011-05-25
*
bug #271: fix copy/paste mistakes in doc
Gael Guennebaud
2011-05-23
*
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
*
Document enums in Constants.h (bug #248).
Jitse Niesen
2011-05-03
*
* bug #206: correctly forward computationOptions and work towards avoiding ma...
Benoit Jacob
2011-03-06
*
Document (non)sorting of eigenvalues.
Jitse Niesen
2011-02-27
*
one more const missing
Gael Guennebaud
2011-01-25
*
fix HouseholderSequence API, bug #50:
Benoit Jacob
2010-12-30
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
make UpperBidiagonalization internal: don't want to support it, it's not used.
Benoit Jacob
2010-11-23
*
prevent warning
Gael Guennebaud
2010-11-10
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
rename PlanarRotation -> JacobiRotation
Benoit Jacob
2010-10-19
*
work around stupid msvc error when constructing at compile time an expression
Benoit Jacob
2010-10-19
*
re-fix the broken msvc warning in JacobiSVD
Benoit Jacob
2010-10-18
*
fix stupid msvc warning in jacobisvd
Benoit Jacob
2010-10-18
*
add jacobiSvd() method, update test & docs
Benoit Jacob
2010-10-17
*
doc typo
Benoit Jacob
2010-10-14
*
JacobiSVD doc fix
Benoit Jacob
2010-10-14
*
JacobiSVD:
Benoit Jacob
2010-10-14
*
remove SVD class (was bad code taked from elsewhere)
Benoit Jacob
2010-10-12
*
set ColPivHouseholderQR as default preconditioner for JacobiSVD
Benoit Jacob
2010-10-11
*
implement JacobiSVD::solve() and expand the unit test
Benoit Jacob
2010-10-11
*
add option to compute thin U/V.
Benoit Jacob
2010-10-08
*
Rework JacobiSVD api / template parameters.
Benoit Jacob
2010-10-08
*
Backed out changeset 2334291157fe192b7b9f651967126de3bf8d8cbe
Benoit Jacob
2010-10-08
*
fix doc
Thomas Capricelli
2010-10-04
*
Added a note to the Gram Schmidt code and improved some formatting.
Hauke Heibel
2010-09-25
*
Fixed some SVD issues.
Hauke Heibel
2010-09-24
*
Make the SVD's output unitary and improved unit tests.
Hauke Heibel
2010-09-24
*
SVD:
Benoit Jacob
2010-09-23
*
Fixed bad memory access in the SVD.
Hauke Heibel
2010-09-23
*
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
Benoit Jacob
2010-06-29
*
email change
Gael Guennebaud
2010-06-24
*
rename:
Benoit Jacob
2010-06-14
*
change the value of Dynamic to -1, since the index type is now configurable.
Benoit Jacob
2010-06-11
*
the Index types change.
Benoit Jacob
2010-05-30
*
* implement the corner() API change: new methods topLeftCorner() etc
Benoit Jacob
2010-04-22
*
- Added problem size constructor to decompositions that did not have one. It ...
Adolfo Rodriguez Tsouroukdissian
2010-04-21
[next]