Searched defs:Imath (Results 26 - 33 of 33) sorted by relevance

12

/external/opencv3/3rdparty/openexr/Imath/
H A DImathShear.h54 namespace Imath { namespace
464 if (!Imath::equalWithAbsError ((*this)[i], h[i], e))
475 if (!Imath::equalWithRelError ((*this)[i], h[i], e))
657 } // namespace Imath
H A DImathMatrixAlgo.cpp55 namespace Imath { namespace
169 jacobiSVD (C, U, S, V, Imath::limits<double>::epsilon(), true);
172 // Imath style (multiplying vectors on the right, v' = v*A^T):
235 // (ofc the whole thing is transposed for Imath).
272 jacobiRotateRight (Imath::Matrix33<T>& A,
287 jacobiRotateRight (Imath::Matrix44<T>& A,
319 twoSidedJacobiRotation (Imath::Matrix33<T>& A,
320 Imath::Matrix33<T>& U,
321 Imath::Matrix33<T>& V,
458 twoSidedJacobiRotation (Imath
[all...]
H A DImathVec.h59 namespace Imath { namespace
984 if (!Imath::equalWithAbsError ((*this)[i], v[i], e))
995 if (!Imath::equalWithRelError ((*this)[i], v[i], e))
1447 if (!Imath::equalWithAbsError ((*this)[i], v[i], e))
1458 if (!Imath::equalWithRelError ((*this)[i], v[i], e))
1868 if (!Imath::equalWithAbsError ((*this)[i], v[i], e))
1879 if (!Imath::equalWithRelError ((*this)[i], v[i], e))
2224 } // namespace Imath
H A DImathFrustum.h49 namespace Imath { namespace
727 } // namespace Imath
H A DImathMatrixAlgo.h42 // transformation matrices (Imath::Matrix33 and Imath::Matrix44).
71 namespace Imath { namespace
95 // If exc is true, the functions throw an Imath::ZeroScale exception.
495 if (Imath::abs (row[i][j]) > maxVal)
496 maxVal = Imath::abs (row[i][j]);
761 Imath::Euler<T> eXYZ (r, Imath::Euler<T>::XYZ);
762 Imath::Euler<T> e (eXYZ, rOrder);
778 return extractSHRT(mat, s, h, r, t, exc, Imath
[all...]
H A DImathQuat.h54 // should probably use Imath::Euler<> for that.
63 namespace Imath { namespace
961 } // namespace Imath
H A DImathEuler.h135 namespace Imath { namespace
921 } // namespace Imath
H A DImathMatrix.h63 namespace Imath { namespace
1121 if (!Imath::equalWithAbsError ((*this)[i][j], m[i][j], e))
1133 if (!Imath::equalWithRelError ((*this)[i][j], m[i][j], e))
1474 throw ::Imath::SingMatrixExc ("Cannot invert singular matrix.");
1516 throw ::Imath::SingMatrixExc ("Cannot invert singular matrix.");
1570 if (Imath::abs (r) >= 1)
1582 T mr = Imath::abs (r) / limits<T>::smallest();
1588 if (mr > Imath::abs (s[i][j]))
1621 if (Imath::abs (r) >= 1)
1633 T mr = Imath
[all...]

Completed in 187 milliseconds

12