Home
last modified time | relevance | path

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

/petsc/src/ml/regressor/interface/
H A Dregressor.c4 PetscFunctionList PetscRegressorList = NULL; variable
45 PetscCall(PetscFunctionListAdd(&PetscRegressorList, sname, function)); in PetscRegressorRegister()
189 …"-regressor_type", "PetscRegressor type", "PetscRegressorSetType", PetscRegressorList, default_typ… in PetscRegressorSetFromOptions()
402 PetscCall(PetscFunctionListFind(PetscRegressorList, type, &r)); in PetscRegressorSetType()
H A Ddlregisregressor.c51 PetscCall(PetscFunctionListDestroy(&PetscRegressorList)); in PetscRegressorFinalizePackage()
/petsc/include/
H A Dpetscregressor.h68 PETSC_EXTERN PetscFunctionList PetscRegressorList; variable