Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/impls/bmrm/
H A Dbmrm.c14 PetscReal c, *tempQ; in solve() local
49 tempQ = Q[ipt[i]]; in solve()
50 for (j = 0; j < dim; j++) t[j] += (tempQ[j] * x[ipt[i]]); in solve()
116 tempQ = Q[ipt[i]]; in solve()
117 for (j = 0; j < dim; j++) Qd[j] += (tempQ[j] * d[ipt[i]]); in solve()
121 tempQ = Q[ipt2[i]]; in solve()
122 for (j = 0; j < dim; j++) Qd[j] += (tempQ[j] * y[ipt2[i]]); in solve()