mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Solve Issue 7063
consequences of changes accuracy test Solve issue 7063
This commit is contained in:
@@ -51,9 +51,6 @@ static inline bool decomposeCholesky(double* A, size_t astep, int m)
|
||||
{
|
||||
if (!hal::Cholesky64f(A, astep, m, 0, 0, 0))
|
||||
return false;
|
||||
astep /= sizeof(A[0]);
|
||||
for (int i = 0; i < m; ++i)
|
||||
A[i*astep + i] = (double)(1./A[i*astep + i]);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user