Searched refs:t044 (Results 1 - 1 of 1) sorted by relevance

/external/eigen/test/
H A Dgeo_transformations.cpp368 Matrix4 t044 = Matrix4::Zero(); local
369 t044(3,3) = 1;
370 t044.block(0,0,t0.matrix().rows(),4) = t0.matrix();
371 VERIFY_IS_APPROX(t0.inverse(Affine).matrix(), t044.inverse().block(0,0,t0.matrix().rows(),4));
374 t044 = Matrix4::Zero();
375 t044(3,3) = 1;
376 t044.block(0,0,t0.matrix().rows(),4) = t0.matrix();
377 VERIFY_IS_APPROX(t0.inverse(Isometry).matrix(), t044.inverse().block(0,0,t0.matrix().rows(),4));

Completed in 71 milliseconds