Lines Matching refs:matrixU
35 MatrixUType u = svd.matrixU(); in jacobisvd_check_full()
57 VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU()); in jacobisvd_compare_to_full()
59 VERIFY_IS_APPROX(svd.matrixU(), referenceSvd.matrixU().leftCols(diagSize)); in jacobisvd_compare_to_full()
206 …VERIFY_IS_APPROX(m, svd.matrixU().leftCols(diagSize) * svd.singularValues().asDiagonal() * svd.mat… in jacobisvd_test_all_computation_options()
255 VERIFY_RAISES_ASSERT(svd.matrixU()) in jacobisvd_verify_assert()
263 VERIFY_RAISES_ASSERT(svd.matrixU()) in jacobisvd_verify_assert()
271 svd.matrixU(); in jacobisvd_verify_assert()
277 VERIFY_RAISES_ASSERT(svd.matrixU()) in jacobisvd_verify_assert()
300 VERIFY_RAISES_ASSERT(m.jacobiSvd().matrixU()); in jacobisvd_method()
380 VERIFY_RAISES_ASSERT(svd2.matrixU()); in jacobisvd_preallocate()
383 VERIFY_IS_APPROX(svd2.matrixU(), Matrix3f::Identity()); in jacobisvd_preallocate()
394 VERIFY_IS_APPROX(svd2.matrixU(), Matrix3f::Identity()); in jacobisvd_preallocate()