Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/impls/ntr/
H A Dntr.c58 PetscInt j_max = 1; in TaoSolve_NTR() local
112 for (j = 0; j < j_max; ++j) { in TaoSolve_NTR()
/petsc/src/tao/unconstrained/impls/ntl/
H A Dntl.c50 PetscInt j_max = 1; in TaoSolve_NTL() local
106 for (j = 0; j < j_max; ++j) { in TaoSolve_NTL()
/petsc/src/tao/unconstrained/impls/nls/
H A Dnls.c59 PetscInt j_max = 1; in TaoSolve_NLS() local
133 for (j = 0; j < j_max; ++j) { in TaoSolve_NLS()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.c48 PetscInt j_max = 1; in TaoBNKInitialize() local
133 for (j = 0; j < j_max; ++j) { in TaoBNKInitialize()