Searched refs:cot2phi (Results 1 – 1 of 1) sorted by relevance
221 float cot2phi, in fEigenCompute10() local291 cot2phi = 0.5F * (eigval[j] - eigval[i]) / (A[i][j]); in fEigenCompute10()294 tanphi = 1.0F / (fabsf(cot2phi) + sqrtf(1.0F + cot2phi * cot2phi)); in fEigenCompute10()295 if (cot2phi < 0.0F) in fEigenCompute10()394 float cot2phi, in fEigenCompute4() local464 cot2phi = 0.5F * in fEigenCompute4()469 tanphi = 1.0F / (fabsf(cot2phi) + sqrtf(1.0F + cot2phi * cot2phi)); in fEigenCompute4()470 if (cot2phi < 0.0F) in fEigenCompute4()557 float cot2phi; // cotangent of half jacobi rotation angle in fComputeEigSlice() local566 cot2phi = 0.5F * (fvecA[j] - fvecA[i]) / (fmatA[i][j]); in fComputeEigSlice()[all …]