transformation function
This commit is contained in:
@@ -534,7 +534,7 @@ mod tests {
|
||||
|
||||
}
|
||||
|
||||
fn assert_matrix_eq(_lhs: &Matrix, _rhs: &Matrix, max_relative: f32) -> bool {
|
||||
pub fn assert_matrix_eq(_lhs: &Matrix, _rhs: &Matrix, max_relative: f32) -> bool {
|
||||
if _lhs.matrix.len() != _rhs.matrix.len() {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user