Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dutils_eigensolver_jacobi.h47 CeedScalar max_entry = fabs(A[*i_max * N + *j_max]); in MaxEntry() local
50 if (fabs(A[i * N + j]) > max_entry) { in MaxEntry()
51 max_entry = fabs(A[i * N + j]); in MaxEntry()