Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex66.c44 PetscErrorCodeFn *Anormfunc; in main() local
183 PetscCall(MatGetOperation(A, MATOP_NORM, &Anormfunc)); in main()
200 PetscCall(MatSetOperation(A, MATOP_NORM, Anormfunc)); in main()