Searched refs:matX (Results 1 – 2 of 2) sorted by relevance
/external/eigen/test/ |
D | cholesky.cpp | 74 MatrixType matB = MatrixType::Random(rows,cols), matX(rows,cols); in cholesky() local 91 matX = chollo.solve(matB); in cholesky() 92 VERIFY_IS_APPROX(symm * matX, matB); in cholesky() 107 matX = cholup.solve(matB); in cholesky() 108 VERIFY_IS_APPROX(symm * matX, matB); in cholesky() 161 matX = ldltlo.solve(matB); in cholesky() 162 VERIFY_IS_APPROX(symm * matX, matB); in cholesky() 178 matX = ldltup.solve(matB); in cholesky() 179 VERIFY_IS_APPROX(symm * matX, matB); in cholesky() 199 matX = matB; in cholesky() [all …]
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 2428 CvMat matX = cvMat( 8, 1, CV_64F, c ); in icvComputePerspectiveCoeffs() local 2431 CV_CALL( cvMatMulAdd( &matInvA, &matB, 0, &matX )); in icvComputePerspectiveCoeffs() 2568 CvMat matX = cvMat( 8, 1, CV_64F, c ); in cvInitPerspectiveTransform() local 2571 CV_CALL( cvMatMulAdd( &matInvA, &matB, 0, &matX )); in cvInitPerspectiveTransform()
|