fix: more refactoring
This commit is contained in:
+1
-3
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user