Lines Matching refs:Qd
16 PetscReal *tempv = df->tempv, *y = df->y, *g = df->g, *d = df->d, *Qd = df->Qd; in solve() local
112 PetscCall(PetscArrayzero(Qd, dim)); in solve()
117 for (j = 0; j < dim; j++) Qd[j] += (tempQ[j] * d[ipt[i]]); in solve()
122 for (j = 0; j < dim; j++) Qd[j] += (tempQ[j] * y[ipt2[i]]); in solve()
124 for (j = 0; j < dim; j++) Qd[j] -= t[j]; in solve()
132 for (i = 0; i < dim; i++) bk += d[i] * Qd[i]; in solve()
141 tplus[i] = t[i] + Qd[i]; in solve()
150 tplus[i] = t[i] + lamnew * Qd[i]; in solve()
536 PetscCall(PetscMalloc1(n, &df->Qd)); in init_df_solver()
612 PetscCall(PetscFree(df->Qd)); in ensure_df_space()
613 PetscCall(PetscMalloc1(n, &df->Qd)); in ensure_df_space()
661 PetscCall(PetscFree(df->Qd)); in destroy_df_solver()