Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dutils_eigensolver_jacobi.h221 CeedScalar Aiv = A[i * N + v]; in ApplyRotLeft() local
223 A[j * N + v] = rotmat_cst[1] * Aiv + rotmat_cst[0] * A[j * N + v]; in ApplyRotLeft()