Searched refs:t_nnm1 (Results 1 – 1 of 1) sorted by relevance
1379 …CeedScalar t_nn = mat_T[(n - 1 - q) + n * (n - 1 - q)], t_nnm1 = mat_T[(n - 2 - q) + n * (n - 1 - … in CeedSymmetricSchurDecomposition() local1381 CeedScalar mu = t_nn - t_nnm1 * t_nnm1 / (d + copysign(sqrt(d * d + t_nnm1 * t_nnm1), d)); in CeedSymmetricSchurDecomposition()