mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 12:59:26 +00:00
Merge branch 'main' into dataframe
This commit is contained in:
@@ -76,7 +76,7 @@ impl<T: Clone> Matrix<T> {
|
||||
self.data
|
||||
}
|
||||
|
||||
/// Creates a new Vec<T> containing the matrix data (cloned).
|
||||
/// Creates a new `Vec<T>` containing the matrix data (cloned).
|
||||
pub fn to_vec(&self) -> Vec<T> {
|
||||
self.data.clone()
|
||||
}
|
||||
|
Reference in New Issue
Block a user