Fix invalid use of operator^ in matrix test
parent
5a44974785
commit
79960095b9
|
|
@ -567,7 +567,7 @@ TEST(Matrix, matrix_vector_multiplication )
|
|||
Vector AtAv = Vector3(142., 188., 234.);
|
||||
|
||||
EQUALITY(A*v,Av);
|
||||
EQUALITY(A^Av,AtAv);
|
||||
EQUALITY(A.transpose() * Av,AtAv);
|
||||
}
|
||||
|
||||
/* ************************************************************************* */
|
||||
|
|
|
|||
Loading…
Reference in New Issue