enable matrix mul test

This commit is contained in:
Quaternions 2024-09-06 11:38:29 -07:00
parent 7a9aaf9fe0
commit 5f2bec75f5

View File

@ -35,7 +35,6 @@ fn wide_vec3_length_squared(){
assert_eq!(v3,Planar64Wide3::from(3i128.pow(8)*3)); assert_eq!(v3,Planar64Wide3::from(3i128.pow(8)*3));
} }
/*
#[test] #[test]
fn wide_matrix_dot(){ fn wide_matrix_dot(){
let lhs=Matrix4x3::new([ let lhs=Matrix4x3::new([
@ -62,7 +61,6 @@ fn wide_matrix_dot(){
]).array ]).array
); );
} }
*/
#[test] #[test]
fn wide_matrix_det(){ fn wide_matrix_det(){