Searched defs:unused_ (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/tests/ |
| H A D | ex1.c | 198 static PetscErrorCode BroydenUpdate_Explicit(Mat B, PetscReal unused_, Vec s, Vec y) in BroydenUpdate_Explicit() 213 static PetscErrorCode BadBroydenUpdate_Explicit(Mat B, PetscReal unused_, Vec s, Vec y) in BadBroydenUpdate_Explicit() 249 static PetscErrorCode BFGSUpdate_Explicit(Mat B, PetscReal unused_, Vec s, Vec y) in BFGSUpdate_Explicit() 256 static PetscErrorCode DFPUpdate_Explicit(Mat B, PetscReal unused_, Vec s, Vec y) in DFPUpdate_Explicit() 263 static PetscErrorCode SR1Update_Explicit(Mat B, PetscReal unused_, Vec s, Vec y) in SR1Update_Explicit()
|