Searched defs:jacobiSVD (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
H A DImathMatrixAlgo.cpp169 jacobiSVD (C, U, S, V, Imath::limits<double>::epsilon(), true);
899 jacobiSVD (const Imath::Matrix33<T>& A, function in namespace:Imath
911 jacobiSVD (const Imath::Matrix44<T>& A, function in namespace:Imath
921 template void jacobiSVD (const Imath::Matrix33<float>& A,
927 template void jacobiSVD (const Imath::Matrix33<double>& A,
933 template void jacobiSVD (const Imath::Matrix44<float>& A,
939 template void jacobiSVD (const Imath::Matrix44<double>& A,

Completed in 101 milliseconds