mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-21 01:50:01 +00:00
Compare commits
1 Commits
10f9793e26
...
d93adb8205
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d93adb8205 |
@ -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()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user