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

/external/opencv3/3rdparty/openexr/Imath/
H A DImathMatrixAlgo.cpp664 const bool forcePositiveDeterminant)
754 if (forcePositiveDeterminant)
790 const bool forcePositiveDeterminant)
865 if (forcePositiveDeterminant)
904 const bool forcePositiveDeterminant)
906 twoSidedJacobiSVD (A, U, S, V, tol, forcePositiveDeterminant);
916 const bool forcePositiveDeterminant)
918 twoSidedJacobiSVD (A, U, S, V, tol, forcePositiveDeterminant);
926 const bool forcePositiveDeterminant);
932 const bool forcePositiveDeterminant);
659 twoSidedJacobiSVD(Imath::Matrix33<T> A, Imath::Matrix33<T>& U, Imath::Vec3<T>& S, Imath::Matrix33<T>& V, const T tol, const bool forcePositiveDeterminant) argument
785 twoSidedJacobiSVD(Imath::Matrix44<T> A, Imath::Matrix44<T>& U, Imath::Vec4<T>& S, Imath::Matrix44<T>& V, const T tol, const bool forcePositiveDeterminant) argument
899 jacobiSVD(const Imath::Matrix33<T>& A, Imath::Matrix33<T>& U, Imath::Vec3<T>& S, Imath::Matrix33<T>& V, const T tol, const bool forcePositiveDeterminant) argument
911 jacobiSVD(const Imath::Matrix44<T>& A, Imath::Matrix44<T>& U, Imath::Vec4<T>& S, Imath::Matrix44<T>& V, const T tol, const bool forcePositiveDeterminant) argument
[all...]

Completed in 56 milliseconds