Home
last modified time | relevance | path

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

/petsc/src/ml/regressor/tests/
H A Dex3.c29 PetscRegressorType check_type; in TestRegressorViews() local
55 PetscCall(PetscRegressorGetType(regressor, &check_type)); in TestRegressorViews()
56 PetscCall(PetscStrcmp(check_type, PETSCREGRESSORLINEAR, &match)); in TestRegressorViews()