Lines Matching refs:Matrix33

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()
900 Imath::Matrix33<T>& U, in jacobiSVD()
902 Imath::Matrix33<T>& V, in jacobiSVD()
921 template void jacobiSVD (const Imath::Matrix33<float>& A,
922 Imath::Matrix33<float>& U,
924 Imath::Matrix33<float>& V,
927 template void jacobiSVD (const Imath::Matrix33<double>& A,
928 Imath::Matrix33<double>& U,
930 Imath::Matrix33<double>& V,
969 jacobiRotation (Matrix33<T>& A, in jacobiRotation()
970 Matrix33<T>& V, in jacobiRotation()
1104 jacobiEigenSolver (Matrix33<T>& A, in jacobiEigenSolver()
1106 Matrix33<T>& V, in jacobiEigenSolver()
1217 template void jacobiEigenSolver (Matrix33<float>& A,
1219 Matrix33<float>& V,
1221 template void jacobiEigenSolver (Matrix33<double>& A,
1223 Matrix33<double>& V,
1234 template void maxEigenVector (Matrix33<float>& A,
1238 template void maxEigenVector (Matrix33<double>& A,
1243 template void minEigenVector (Matrix33<float>& A,
1247 template void minEigenVector (Matrix33<double>& A,