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
*
Cast Index to RealScalar
Christoph Hertzberg
2019-05-23
*
bug #1695: fix a numerical robustness issue. Computing the secular equation a...
Gael Guennebaud
2019-03-27
*
Mask unused-parameter warnings, when building with NDEBUG
Christoph Hertzberg
2019-01-18
*
PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).
Patrick Peltzer
2019-01-17
*
Fix several uninitialized member from ctor
Gael Guennebaud
2018-11-23
*
Workaround weird MSVC bug
Gael Guennebaud
2018-11-21
*
Fix shadowing
Gael Guennebaud
2018-09-20
*
updates based on PR feedback
Deven Desai
2018-06-14
*
Adding support for using Eigen in HIP kernels.
Deven Desai
2018-06-06
*
bug #1493: Make representation of HouseholderSequence consistent and working ...
Christoph Hertzberg
2018-04-15
*
MIsc. source and comment typos
luz.paz
2018-03-11
*
bug #1412: fix compilation with nvcc+MSVC
Gael Guennebaud
2018-01-17
*
Fix incorrect ldvt in LAPACKE call from JacobiSVD
Eugene Chereshnev
2018-01-03
*
Fix issue with boost::multiprec in previous commit
Gael Guennebaud
2017-11-08
*
Improve debugging tests and output in BDCSVD
Gael Guennebaud
2017-11-08
*
Fix overflow issues in BDCSVD
Gael Guennebaud
2017-11-08
*
Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...
Gael Guennebaud
2017-07-17
*
bug #1403: more scalar conversions fixes in BDCSVD
Gael Guennebaud
2017-06-09
*
Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:
Benoit Steiner
2017-03-01
*
bug #1395: fix the use of compile-time vectors as inputs of JacobiSVD.
Gael Guennebaud
2017-02-20
*
Fix compilation of JacobiSVD for vectors type
Gael Guennebaud
2017-01-31
*
Make sure not to call numext::maxi on expression templates
Niels Ole Salscheider
2016-11-12
*
Let be consistent and consider any denormal number as zero.
Gael Guennebaud
2016-09-15
*
bug #1266: remove CUDA guards on MatrixBase::<decomposition> definitions. (th...
Gael Guennebaud
2016-09-06
*
bug #1167: simplify installation of header files using cmake's install(DIRECT...
Gael Guennebaud
2016-08-29
*
Clean references to MKL in LAPACKe support.
Gael Guennebaud
2016-07-25
*
Rename MKL files
Gael Guennebaud
2016-07-25
*
bug #173: remove dependency to MKL for LAPACKe backend.
Gael Guennebaud
2016-07-25
*
Enforce scalar types in calls to max/min (helps with expression template scal...
Gael Guennebaud
2016-07-25
*
Fix regression in a previous commit: some diagonal entry might not be treated...
Gael Guennebaud
2016-07-13
*
Avoid division by very small entries when extracting singularvalues, and expl...
Gael Guennebaud
2016-07-12
*
Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced ...
Gael Guennebaud
2016-06-09
*
Enable and fix -Wdouble-conversion warnings
Christoph Hertzberg
2016-05-05
*
Improve documentation of BDCSVD
Gael Guennebaud
2016-05-04
*
bug #1214: consider denormals as zero in D&C SVD. This also workaround infini...
Gael Guennebaud
2016-05-03
*
Improve numerical robustness of JacoviSVD:
Gael Guennebaud
2016-04-14
*
Fix JacobiSVD for complex when the complex-to-real update already gives a dia...
Gael Guennebaud
2016-04-13
*
Fix underflow in JacoviSVD's complex to real preconditioner
Gael Guennebaud
2016-04-13
*
Removed executable bit from header files
Benoit Steiner
2016-03-23
*
Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...
Gael Guennebaud
2016-01-01
*
Fix numerous doxygen issues in auto-link generation
Gael Guennebaud
2015-12-30
*
merge
Gael Guennebaud
2015-12-11
|
\
|
*
bug #1134: fix JacobiSVD pre-allocation
Gael Guennebaud
2015-12-11
*
|
Remove useless "explicit", and fix inline/static order.
Gael Guennebaud
2015-12-11
|
/
*
Added support for sigmoid function to the tensor module
Benoit Steiner
2015-07-17
*
Fix compilation of BDCSVD with DEFAULT_TO_ROWMAJOR
Gael Guennebaud
2015-06-19
*
Clean argument names of some functions
Gael Guennebaud
2015-06-09
*
Fix shadow warnings triggered by clang
Gael Guennebaud
2015-06-09
*
Remove most of the dynamic memory allocations that occured in D&C SVD. Still ...
Gael Guennebaud
2015-03-31
*
Fix regression introduced in 3b169d792df8bcdd9ddbc645ffcfdb0636e585af
Gael Guennebaud
2015-03-31
[next]