Patrick Peltzer 15e53d5d93 PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).
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()
2019-01-17 01:17:39 +01:00
..
2018-08-01 21:34:47 -04:00
2016-05-18 14:03:03 +02:00
2018-11-23 15:37:09 +01:00
2018-11-08 18:40:22 +01:00
2019-01-15 10:51:03 +01:00
2018-10-07 23:29:51 +02:00
2015-08-04 16:12:16 +02:00
2019-01-15 10:51:03 +01:00
2018-11-23 15:12:06 +01:00