Home
last modified time | relevance | path

Searched refs:t_svd (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxsvd.cpp1230 t_svd; /* special case: a->rows < a->cols */ in cvSVD() local
1251 t_svd = 0; in cvSVD()
1264 t_svd = 1; in cvSVD()
1295 CV_ERROR( CV_StsUnmatchedSizes, !t_svd ? "U matrix has unappropriate size" : in cvSVD()
1301 CV_ERROR( CV_StsUnmatchedSizes, !t_svd ? "U and W have incompatible sizes" : in cvSVD()
1333 CV_ERROR( CV_StsUnmatchedSizes, t_svd ? "U matrix has unappropriate size" : in cvSVD()
1337 CV_ERROR( CV_StsUnmatchedSizes, t_svd ? "U and W have incompatible sizes" : in cvSVD()
1379 if( !t_svd ) in cvSVD()