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-11-09 11:35:48 +01:00
2017-02-28 14:00:15 -08:00
2018-07-11 09:17:33 -04:00
2019-01-14 16:51:16 +01:00
2018-11-08 18:40:22 +01:00
2018-10-08 09:30:15 +02:00
2018-03-11 10:01:44 -04:00
2018-09-18 04:15:01 -04:00
2018-06-07 15:45:24 +02:00
2018-06-07 14:43:02 +02:00
2018-11-10 09:11:38 +01:00
2018-04-23 15:30:35 +02:00