Home
last modified time | relevance | path

Searched refs:PetscRegressorSetType (Results 1 – 9 of 9) sorted by relevance

/petsc/src/ml/regressor/interface/
H A Dregressor.c191 PetscCall(PetscRegressorSetType(regressor, type)); in PetscRegressorSetFromOptions()
193 PetscCall(PetscRegressorSetType(regressor, default_type)); in PetscRegressorSetFromOptions()
390 PetscErrorCode PetscRegressorSetType(PetscRegressor regressor, PetscRegressorType type) in PetscRegressorSetType() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscregressor.pxi9 PetscErrorCode PetscRegressorSetType(PetscRegressor, PetscRegressorType)
H A DRegressor.pyx205 getType, petsc.PetscRegressorSetType
210 CHKERR(PetscRegressorSetType(self.regressor, cval))
/petsc/src/ml/regressor/tests/
H A Dex_sharks.c70 PetscCall(PetscRegressorSetType(regressor, PETSCREGRESSORLINEAR)); in main()
H A Dex2.c48 PetscCall(PetscRegressorSetType(regressor, PETSCREGRESSORLINEAR)); in main()
H A Dex1.c48 PetscCall(PetscRegressorSetType(regressor, PETSCREGRESSORLINEAR)); in main()
H A Dex3.c149 PetscCall(PetscRegressorSetType(regressor, PETSCREGRESSORLINEAR)); in main()
/petsc/include/
H A Dpetscregressor.h83 PETSC_EXTERN PetscErrorCode PetscRegressorSetType(PetscRegressor, PetscRegressorType);
/petsc/doc/manual/
H A Dregressor.md72 PetscRegressorSetType(PetscRegressor regressor, PetscRegressorType type);