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
*
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
*
fix the flags and matrix options, to always have the right RowMajor bit in th...
Benoit Jacob
2010-03-19
*
Propagate all five matrix template parameters to members and temporaries of d...
Adolfo Rodriguez Tsouroukdissian
2010-03-08
*
Renamed PlainMatrixType to PlainObject (Array != Matrix).
Hauke Heibel
2010-02-20
*
* move dummy_precision and epsilon to NumTraits
Gael Guennebaud
2010-02-10
*
EIGEN_ENUM_MIN ---> EIGEN_SIZE_MIN
Benoit Jacob
2010-01-27
*
New UpperBidiagonalization class
Benoit Jacob
2010-01-14
*
remove the Triangular suffix to Upper, Lower, UnitLower, etc,
Gael Guennebaud
2010-01-07
*
merge and add start/end to Eigen2Support
Gael Guennebaud
2010-01-05
|
\
|
*
Big renaming:
Benoit Jacob
2010-01-04
*
|
merge with default branch
Gael Guennebaud
2009-12-22
|
\
|
|
*
Warning 4512 (assignment operators could not be generated) is now simply disa...
Hauke Heibel
2009-12-14
|
*
Added to possibility to compile unit tests at maximum warning level.
Hauke Heibel
2009-12-12
*
|
add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation
Gael Guennebaud
2009-12-04
|
*
precision ---> dummy_precision
Benoit Jacob
2009-11-26
|
*
simplification
Benoit Jacob
2009-11-18
|
*
fix stuff after the PermutationMatrix changes.
Benoit Jacob
2009-11-18
|
/
*
* merge
Benoit Jacob
2009-11-09
|
\
[next]