Commit Graph

11 Commits

Author SHA1 Message Date
Sébastien Crozet 49e9ceea30 Add dedicated implementations of SVD for 2x2 and 3x3 real matrices. 2021-11-26 17:45:42 +01:00
Vinzent Steinberg 4387a7f391 Use correct feature and remove unused import 2021-04-29 20:57:27 -03:00
Crozet Sébastien b8811d3545 Fix compilation of benchmarks 2021-04-12 10:52:17 +02:00
sebcrozet bbb3be512e Run cargo fmt. 2020-04-05 18:49:48 +02:00
sebcrozet 1e60bc822b Port all remaining benchmarks to criterion. 2019-03-23 19:59:14 +01:00
sebcrozet dabff333e7 Port bidiagonalization benchmark to criterion. 2019-03-23 18:15:47 +01:00
sebcrozet 3cbe60523a 2018 edition. 2019-03-23 14:33:47 +01:00
sebcrozet 1001e8ee0f Cleanup warnings and rename Schur -> RealSchur 2019-03-23 11:46:56 +01:00
sebcrozet 14ad10a7e0 Add rustfmt.toml and run it. 2018-10-27 15:00:18 +02:00
Sébastien Crozet 662cc9cd7f Run rust fmt. 2018-02-03 13:59:05 +01:00
Sébastien Crozet 3f70af97dd Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00