Searched refs:PetscRegressorGetType (Results 1 – 5 of 5) sorted by relevance
10 PetscErrorCode PetscRegressorGetType(PetscRegressor, PetscRegressorType*)
219 setType, petsc.PetscRegressorGetType223 CHKERR(PetscRegressorGetType(self.regressor, &ctype))
84 PETSC_EXTERN PetscErrorCode PetscRegressorGetType(PetscRegressor, PetscRegressorType *);
131 PetscCall(PetscRegressorGetType(regressor, &type)); in PetscRegressorView()439 PetscErrorCode PetscRegressorGetType(PetscRegressor regressor, PetscRegressorType *type) in PetscRegressorGetType() function
55 PetscCall(PetscRegressorGetType(regressor, &check_type)); in TestRegressorViews()