Solve conflic with num-traits (#130)
* Solve conflic with num-traits * Fix clippy warnings Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
This commit is contained in:
@@ -523,7 +523,6 @@ impl<T: RealNumber> PartialEq for DenseMatrix<T> {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
impl<T: RealNumber> From<DenseMatrix<T>> for Vec<T> {
|
||||
fn from(dense_matrix: DenseMatrix<T>) -> Vec<T> {
|
||||
dense_matrix.values
|
||||
|
||||
Reference in New Issue
Block a user