fix: more refactoring

This commit is contained in:
Volodymyr Orlov
2020-03-13 11:24:53 -07:00
parent cb4323f26e
commit 4f8318e933
15 changed files with 51 additions and 66 deletions
+1 -3
View File
@@ -122,9 +122,7 @@ pub trait BaseMatrix: Clone + Debug {
r
}
fn transpose(&self) -> Self;
fn generate_positive_definite(nrows: usize, ncols: usize) -> Self;
fn transpose(&self) -> Self;
fn rand(nrows: usize, ncols: usize) -> Self;