Home
last modified time | relevance | path

Searched refs:Aiv (Results 1 – 1 of 1) sorted by relevance

/honee/qfunctions/
H A Dutils_eigensolver_jacobi.h217 CeedScalar Aiv = A[i * N + v]; in ApplyRotLeft() local
219 A[j * N + v] = rotmat_cst[1] * Aiv + rotmat_cst[0] * A[j * N + v]; in ApplyRotLeft()