Adds SVD solver, code refactoring

This commit is contained in:
Volodymyr Orlov
2019-10-16 08:28:36 -07:00
parent 50744208a9
commit f4aec2b35e
9 changed files with 422 additions and 26 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
pub mod distance;
pub static SMALL_ERROR:f64 = 0.0000000000000001f64;
pub static EPSILON:f64 = 2.2204460492503131e-16_f64;