Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dlapack.cpp598 hal::SVD64f(At, astep, W, NULL, astep, Vt, vstep, m, n, n1); in JacobiSVD()
628 void hal::SVD64f(double* At, size_t astep, double* W, double* U, size_t ustep, double* Vt, size_t v… in SVD64f() function in cv::hal
630 …CALL_HAL(SVD64f, cv_hal_SVD64f, At, astep, W, U, ustep, Vt, vstep, m, n, decodeSVDParameters(U, Vt… in SVD64f()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dhal.hpp68 CV_EXPORTS void SVD64f(double* At, size_t astep, double* W, double* U, size_t ustep, double* Vt, si…