Home
last modified time | relevance | path

Searched defs:JacobiSVD (Results 1 – 2 of 2) sorted by relevance

/dports/math/gismo/gismo-21.12.0/src/gsMatrix/
H A DgsMatrix.h127 typedef typename Eigen::JacobiSVD<Base> JacobiSVD; typedef
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dlapack.cpp591 static void JacobiSVD(float* At, size_t astep, float* W, float* Vt, size_t vstep, int m, int n, int… in JacobiSVD() function
596 static void JacobiSVD(double* At, size_t astep, double* W, double* Vt, size_t vstep, int m, int n, … in JacobiSVD() function