Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex66.c43 PetscErrorCodeFn *approxnormfunc; in main() local
184 PetscCall(MatGetOperation(B, MATOP_NORM, &approxnormfunc)); in main()
185 PetscCall(MatSetOperation(A, MATOP_NORM, approxnormfunc)); in main()