Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dlapack.cpp593 hal::SVD32f(At, astep, W, NULL, astep, Vt, vstep, m, n, n1); in JacobiSVD()
622 void hal::SVD32f(float* At, size_t astep, float* W, float* U, size_t ustep, float* Vt, size_t vstep… in SVD32f() function in cv::hal
624 …CALL_HAL(SVD32f, cv_hal_SVD32f, At, astep, W, U, ustep, Vt, vstep, m, n, decodeSVDParameters(U, Vt… in SVD32f()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dhal.hpp67 CV_EXPORTS void SVD32f(float* At, size_t astep, float* W, float* U, size_t ustep, float* Vt, size_t…