Home
last modified time | relevance | path

Searched defs:j_max (Results 1 – 1 of 1) sorted by relevance

/honee/qfunctions/
H A Dutils_eigensolver_jacobi.h31 CeedInt j_max = i + 1; in MaxEntryRow() local
44 …id MaxEntry(const CeedScalar *A, CeedInt N, CeedInt *max_idx_row, CeedInt *i_max, CeedInt *j_max) { in MaxEntry()