Searched refs:Matrix33 (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathMatrix.h | 68 template <class T> class Matrix33 86 Matrix33 (Uninitialized) {} in Matrix33() function 88 Matrix33 (); 93 Matrix33 (T a); 98 Matrix33 (const T a[3][3]); 103 Matrix33 (T a, T b, T c, T d, T e, T f, T g, T h, T i); 114 Matrix33 (const Matrix33 &v); 115 template <class S> explicit Matrix33 (const Matrix33<S> &v); 117 const Matrix33 & operator = (const Matrix33 &v); 118 const Matrix33 & operator = (T a); [all …]
|
D | ImathMatrixAlgo.h | 306 (const Matrix33<T> &mat, 310 template <class T> Matrix33<T> sansScaling (const Matrix33<T> &mat, 314 (Matrix33<T> &mat, 318 (const Matrix33<T> &mat, 323 template <class T> Matrix33<T> sansScalingAndShear 324 (const Matrix33<T> &mat, 328 (Matrix33<T> &mat, 332 (Matrix33<T> &mat, 338 (const Matrix33<T> &mat, 341 template <class T> bool extractSHRT (const Matrix33<T> &mat, [all …]
|
D | ImathMatrixAlgo.cpp | 272 jacobiRotateRight (Imath::Matrix33<T>& A, in jacobiRotateRight() 319 twoSidedJacobiRotation (Imath::Matrix33<T>& A, in twoSidedJacobiRotation() 320 Imath::Matrix33<T>& U, in twoSidedJacobiRotation() 321 Imath::Matrix33<T>& V, in twoSidedJacobiRotation() 620 swapColumns (Imath::Matrix33<T>& A, int j, int k) in swapColumns() 628 maxOffDiag (const Imath::Matrix33<T>& A) in maxOffDiag() 659 twoSidedJacobiSVD (Imath::Matrix33<T> A, in twoSidedJacobiSVD() 660 Imath::Matrix33<T>& U, in twoSidedJacobiSVD() 662 Imath::Matrix33<T>& V, in twoSidedJacobiSVD() 899 jacobiSVD (const Imath::Matrix33<T>& A, in jacobiSVD() [all …]
|
D | ImathQuat.h | 144 Matrix33<T> toMatrix33 () const; 177 Matrix33<T> operator * (const Matrix33<T> &M, const Quat<T> &q); 180 Matrix33<T> operator * (const Quat<T> &q, const Matrix33<T> &M); 808 Matrix33<T> 811 return Matrix33<T> (1 - 2 * (v.y * v.y + v.z * v.z), in toMatrix33() 848 inline Matrix33<T> 849 operator * (const Matrix33<T> &M, const Quat<T> &q) 856 inline Matrix33<T> 857 operator * (const Quat<T> &q, const Matrix33<T> &M)
|
D | ImathEuler.h | 224 Euler(const Matrix33<T> &, Order o = Default); 266 void extract(const Matrix33<T>&); 270 Matrix33<T> toMatrix33() const; 435 Matrix33<T> M = euler.toMatrix33(); in Euler() 450 inline Euler<T>::Euler( const Matrix33<T> &M, typename Euler::Order p ) in Euler() 470 void Euler<T>::extract(const Matrix33<T> &M) in extract() 628 Matrix33<T> Euler<T>::toMatrix33() const in toMatrix33() 652 Matrix33<T> M; in toMatrix33()
|
/external/opencv3/3rdparty/openexr/ |
D | ChangeLog.ilmbase | 51 * Added explicit copy constructors to Imath::Matrix33<T> and 60 * Copy constructors and assignment operators for Matrix33<T>
|