Home | History | Annotate | Download | only in test

Lines Matching refs:SVD

1068         SVD::solveZ(A,x);
1072 SVD svd(A, SVD::FULL_UV);
1073 if( cvtest::norm(A*svd.vt.row(3).t(), CV_C) > FLT_EPSILON )
1090 SVD decomp;
1091 decomp=SVD(Q);