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
*
Fix unused variable warning.
Gael Guennebaud
2015-02-16
*
The usage of DenseIndex is deprecated, so let's replace DenseIndex by Index
Gael Guennebaud
2015-02-16
*
Remove deprecated usage of expr::Index.
Gael Guennebaud
2015-02-16
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
Merge Index-refactoring branch with default, fix PastixSupport, remove some u...
Gael Guennebaud
2015-02-13
|
\
*
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
|
*
Fix dynamic allocation in JacobiSVD (regression)
Gael Guennebaud
2014-12-08
|
/
*
Disable MatrixBase::bdcSvd with CUDA (just like MatrixBase::jacobiSvd
Gael Guennebaud
2014-11-26
*
Move D&C SVD to official SVD module.
Gael Guennebaud
2014-10-29
*
bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...
Gael Guennebaud
2014-10-20
*
merge
Gael Guennebaud
2014-10-17
|
\
*
|
Fix JacobiSVD wrt undeR/overflow by doing scaling prior to QR preconditioning
Gael Guennebaud
2014-10-17
|
*
quieted more g++ warnings of the form: warning: typedef XXX locally defined b...
Mark Borgerding
2014-10-16
|
/
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
merge with default branch
Gael Guennebaud
2014-09-14
|
\
|
*
Make UpperBidiagonalization accept row-major matrices (bug #769)
Jitse Niesen
2014-09-12
*
|
Optimization: enable cache-efficient application of HouseholderSequence.
Gael Guennebaud
2014-09-04
*
|
Cleaning in BDCSVD (formating, handling of transpose case, remove some for lo...
Gael Guennebaud
2014-09-03
*
|
Factorize *SVD::solve to SVDBase
Gael Guennebaud
2014-09-01
*
|
merge with default branch
Gael Guennebaud
2014-09-01
|
\
\
|
|
*
Improve further the accuracy of JacobiSVD wrt under/overflow while improving ...
Gael Guennebaud
2014-09-10
|
|
*
Fix bug #791: infinite loop in JacobiSVD in the presence of NaN.
Gael Guennebaud
2014-09-10
|
|
/
|
*
Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class ...
Gael Guennebaud
2014-09-01
*
|
merge with default branch
Gael Guennebaud
2014-07-18
|
\
|
|
*
bug #843: fix jacobisvd for complexes and extend respective unit test to chac...
Gael Guennebaud
2014-07-17
*
|
merge with default branch
Gael Guennebaud
2014-06-20
|
\
|
|
*
bug #790: fix overflow in real_2x2_jacobi_svd
Gael Guennebaud
2014-04-14
*
|
Migrate JacobiSVD to Solver
Gael Guennebaud
2014-03-11
|
/
*
Add scaling in JacobiSVD to avoid overflows
Gael Guennebaud
2013-11-19
*
merge with default branch
Gael Guennebaud
2013-11-05
|
\
*
|
JacobiSVD: fix a 0/0 issue for complexes
Gael Guennebaud
2013-11-04
*
|
JacobiSVD: move from Lapack to Matlab strategy for the default threshold
Gael Guennebaud
2013-11-03
*
|
Add a rank method with threshold control to JacobiSVD, and make solve uses it...
Gael Guennebaud
2013-11-01
*
|
Fix unused variable warnings
Gael Guennebaud
2013-10-29
*
|
Use unblocked version if the matrix is too small, plus some cleaning.
Gael Guennebaud
2013-08-27
*
|
Implement a blocked upper-bidiagonalization algorithm. The computeUnblocked f...
Gael Guennebaud
2013-08-27
|
*
Disable some shortcuts with nvcc
Gael Guennebaud
2013-07-31
|
*
merge with main branch
Gael Guennebaud
2013-07-17
|
|
\
|
|
/
|
/
|
*
|
Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...
Gael Guennebaud
2013-06-25
*
|
bug #620: fix robustness issue in JacobiSVD::solve (also fix a perf. issue)
Gael Guennebaud
2013-06-24
*
|
Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ...
Gael Guennebaud
2013-06-17
*
|
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
|
*
merge with default branch
Gael Guennebaud
2013-04-19
|
|
\
|
|
/
|
/
|
|
*
Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...
Gael Guennebaud
2013-04-05
*
|
Fix bug #544: assertion in JacobiSVD when compiling with EIGEN_NO_AUTOMATIC_R...
Gael Guennebaud
2013-02-12
|
/
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
fix various regressions with MKL support
Gael Guennebaud
2012-07-28
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix bug #486: template speacialization of member functions must be declared i...
Gael Guennebaud
2012-07-05
[next]