Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dutils_eigensolver_jacobi.h214 CEED_QFUNCTION_HELPER void ApplyRotLeft(CeedScalar *A, CeedInt N, CeedInt i, CeedInt j, CeedScalar … in ApplyRotLeft() function
304 if (calc_evec) ApplyRotLeft(evec, N, i, j, rotmat_cst); in Diagonalize()