Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex235.c25 static PetscErrorCode shiftandscale(Mat A, Vec *D) in shiftandscale() function
79 PetscCall(shiftandscale(A, &Adiag)); in main()
81 PetscCall(shiftandscale(Aij, &Aijdiag)); in main()