Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex16.c6 static PetscErrorCode CheckValues(Mat A, PetscBool one) in CheckValues() function
28 #define CheckValuesIJ(A) CheckValues(A, PETSC_FALSE)
29 #define CheckValuesOne(A) CheckValues(A, PETSC_TRUE)