Home | History | Annotate | Download | only in src

Lines Matching refs:JtJN

55     mask = prevParam = param = J = err = JtJ = JtJN = JtErr = JtJV = JtJW = 0;
64 mask = prevParam = param = J = err = JtJ = JtJN = JtErr = JtJV = JtJW = 0;
76 cvReleaseMat(&JtJN);
96 JtJN = cvCreateMat( nparams, nparams, CV_64F );
273 cvSetIdentity( JtJN, cvRealScalar(lambda) );
274 cvAdd( JtJ, JtJN, JtJN );
275 cvSVD( JtJN, JtJW, 0, JtJV, CV_SVD_MODIFY_A + CV_SVD_U_T + CV_SVD_V_T );