aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/bdcsvd.cpp
Commit message (Collapse)AuthorAge
* Fix unit-test which I broke in previous fixGravatar Christoph Hertzberg2019-12-19
|
* Fix some maybe-unitialized warningsGravatar Christoph Hertzberg2019-12-18
|
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
| | | | | | | | | | | | | This changeset also includes: * add HouseholderSequence::conjugateIf * define int as the StorageIndex type for all dense solvers * dedicated unit tests, including assertion checking * _check_solve_assertion(): this method can be implemented in derived solver classes to implement custom checks * CompleteOrthogonalDecompositions: add applyZOnTheLeftInPlace, fix scalar type in applyZAdjointOnTheLeftInPlace(), add missing assertions * Cholesky: add missing assertions * FullPivHouseholderQR: Corrected Scalar type in _solve_impl() * BDCSVD: Unambiguous return type for ternary operator * SVDBase: Corrected Scalar type in _solve_impl()
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* Disable BDCSVD preallocation check.Gravatar Gael Guennebaud2017-07-20
|
* split compiler intensive bdcsvd_1 unit testGravatar Gael Guennebaud2015-06-26
|
* Reduce compiler memory consumption for SVD unit testsGravatar Gael Guennebaud2015-06-22
|
* Fixed include in bdcsvd.cppGravatar Christoph Hertzberg2014-10-29
|
* Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29