Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscregressor.h79 PETSC_EXTERN PetscErrorCode PetscRegressorSetOptionsPrefix(PetscRegressor, const char[]);
/petsc/src/ml/regressor/tests/
H A Dex3.c65 PetscCall(PetscRegressorSetOptionsPrefix(regressor, "sys1_")); in TestPrefixRegressor()
/petsc/src/ml/regressor/interface/
H A Dregressor.c543 PetscErrorCode PetscRegressorSetOptionsPrefix(PetscRegressor regressor, const char p[]) in PetscRegressorSetOptionsPrefix() function