Searched refs:PetscRegressorSetType (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/ml/regressor/interface/ |
| H A D | regressor.c | 191 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 D | petscregressor.pxi | 9 PetscErrorCode PetscRegressorSetType(PetscRegressor, PetscRegressorType)
|
| H A D | Regressor.pyx | 205 getType, petsc.PetscRegressorSetType 210 CHKERR(PetscRegressorSetType(self.regressor, cval))
|
| /petsc/src/ml/regressor/tests/ |
| H A D | ex_sharks.c | 70 PetscCall(PetscRegressorSetType(regressor, PETSCREGRESSORLINEAR)); in main()
|
| H A D | ex2.c | 48 PetscCall(PetscRegressorSetType(regressor, PETSCREGRESSORLINEAR)); in main()
|
| H A D | ex1.c | 48 PetscCall(PetscRegressorSetType(regressor, PETSCREGRESSORLINEAR)); in main()
|
| H A D | ex3.c | 149 PetscCall(PetscRegressorSetType(regressor, PETSCREGRESSORLINEAR)); in main()
|
| /petsc/include/ |
| H A D | petscregressor.h | 83 PETSC_EXTERN PetscErrorCode PetscRegressorSetType(PetscRegressor, PetscRegressorType);
|
| /petsc/doc/manual/ |
| H A D | regressor.md | 72 PetscRegressorSetType(PetscRegressor regressor, PetscRegressorType type);
|