Home
last modified time | relevance | path

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

/petsc/src/tao/leastsquares/impls/brgn/
H A Dbrgn.h26 …Vec x_old, x_work, r_work, diag, y, y_work; /* x, r=J*x, and y=D*x have size… member
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmbasis.c267 Vec x_work = NULL; in LMBasisGEMV() local