Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscregressor.h90 PETSC_EXTERN PetscErrorCode PetscRegressorViewFromOptions(PetscRegressor, PetscObject, const char[]…
/petsc/src/ml/regressor/interface/
H A Dregressor.c151 PetscErrorCode PetscRegressorViewFromOptions(PetscRegressor A, PetscObject obj, const char name[]) in PetscRegressorViewFromOptions() function
275 PetscCall(PetscRegressorViewFromOptions(regressor, NULL, "-regressor_view")); in PetscRegressorFit()