Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscregressor.pxi10 PetscErrorCode PetscRegressorGetType(PetscRegressor, PetscRegressorType*)
H A DRegressor.pyx219 setType, petsc.PetscRegressorGetType
223 CHKERR(PetscRegressorGetType(self.regressor, &ctype))
/petsc/include/
H A Dpetscregressor.h84 PETSC_EXTERN PetscErrorCode PetscRegressorGetType(PetscRegressor, PetscRegressorType *);
/petsc/src/ml/regressor/interface/
H A Dregressor.c131 PetscCall(PetscRegressorGetType(regressor, &type)); in PetscRegressorView()
439 PetscErrorCode PetscRegressorGetType(PetscRegressor regressor, PetscRegressorType *type) in PetscRegressorGetType() function
/petsc/src/ml/regressor/tests/
H A Dex3.c55 PetscCall(PetscRegressorGetType(regressor, &check_type)); in TestRegressorViews()