aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SVD
Commit message (Expand)AuthorAge
* Fix more enum arithmetic.Gravatar Rasmus Munk Larsen2021-06-15
* Fix two bugs in commitGravatar Rasmus Munk Larsen2021-04-02
* Add an info() method to the SVDBase class to make it possible to tell the use...Gravatar Rasmus Munk Larsen2021-03-31
* Enable bdcsvd on host.Gravatar Antonio Sanchez2021-02-08
* Cast Index to RealScalarGravatar Christoph Hertzberg2019-05-23
* bug #1695: fix a numerical robustness issue. Computing the secular equation a...Gravatar Gael Guennebaud2019-03-27
* Mask unused-parameter warnings, when building with NDEBUGGravatar Christoph Hertzberg2019-01-18
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* Fix several uninitialized member from ctorGravatar Gael Guennebaud2018-11-23
* Workaround weird MSVC bugGravatar Gael Guennebaud2018-11-21
* Fix shadowingGravatar Gael Guennebaud2018-09-20
* updates based on PR feedbackGravatar Deven Desai2018-06-14
* Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
* bug #1493: Make representation of HouseholderSequence consistent and working ...Gravatar Christoph Hertzberg2018-04-15
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* bug #1412: fix compilation with nvcc+MSVCGravatar Gael Guennebaud2018-01-17
* Fix incorrect ldvt in LAPACKE call from JacobiSVDGravatar Eugene Chereshnev2018-01-03
* Fix issue with boost::multiprec in previous commitGravatar Gael Guennebaud2017-11-08
* Improve debugging tests and output in BDCSVDGravatar Gael Guennebaud2017-11-08
* Fix overflow issues in BDCSVDGravatar Gael Guennebaud2017-11-08
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* bug #1403: more scalar conversions fixes in BDCSVDGravatar Gael Guennebaud2017-06-09
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* bug #1395: fix the use of compile-time vectors as inputs of JacobiSVD.Gravatar Gael Guennebaud2017-02-20
* Fix compilation of JacobiSVD for vectors typeGravatar Gael Guennebaud2017-01-31
* Make sure not to call numext::maxi on expression templatesGravatar Niels Ole Salscheider2016-11-12
* Let be consistent and consider any denormal number as zero.Gravatar Gael Guennebaud2016-09-15
* bug #1266: remove CUDA guards on MatrixBase::<decomposition> definitions. (th...Gravatar Gael Guennebaud2016-09-06
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Clean references to MKL in LAPACKe support.Gravatar Gael Guennebaud2016-07-25
* Rename MKL filesGravatar Gael Guennebaud2016-07-25
* bug #173: remove dependency to MKL for LAPACKe backend.Gravatar Gael Guennebaud2016-07-25
* Enforce scalar types in calls to max/min (helps with expression template scal...Gravatar Gael Guennebaud2016-07-25
* Fix regression in a previous commit: some diagonal entry might not be treated...Gravatar Gael Guennebaud2016-07-13
* Avoid division by very small entries when extracting singularvalues, and expl...Gravatar Gael Guennebaud2016-07-12
* Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced ...Gravatar Gael Guennebaud2016-06-09
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* Improve documentation of BDCSVDGravatar Gael Guennebaud2016-05-04
* bug #1214: consider denormals as zero in D&C SVD. This also workaround infini...Gravatar Gael Guennebaud2016-05-03
* Improve numerical robustness of JacoviSVD:Gravatar Gael Guennebaud2016-04-14
* Fix JacobiSVD for complex when the complex-to-real update already gives a dia...Gravatar Gael Guennebaud2016-04-13
* Fix underflow in JacoviSVD's complex to real preconditionerGravatar Gael Guennebaud2016-04-13
* Removed executable bit from header filesGravatar Benoit Steiner2016-03-23
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* mergeGravatar Gael Guennebaud2015-12-11
|\
| * bug #1134: fix JacobiSVD pre-allocationGravatar Gael Guennebaud2015-12-11
* | Remove useless "explicit", and fix inline/static order.Gravatar Gael Guennebaud2015-12-11
|/
* Added support for sigmoid function to the tensor moduleGravatar Benoit Steiner2015-07-17
* Fix compilation of BDCSVD with DEFAULT_TO_ROWMAJORGravatar Gael Guennebaud2015-06-19