Searched refs:PetscRegressorType (Results 1 – 7 of 7) sorted by relevance
3 ctypedef const char* PetscRegressorType "PetscRegressorType"4 PetscRegressorType PETSCREGRESSORLINEAR9 PetscErrorCode PetscRegressorSetType(PetscRegressor, PetscRegressorType)10 PetscErrorCode PetscRegressorGetType(PetscRegressor, PetscRegressorType*)
6 petsc.PetscRegressorType208 cdef PetscRegressorType cval = NULL222 cdef PetscRegressorType ctype = NULL
38 typedef const char *PetscRegressorType; typedef83 PETSC_EXTERN PetscErrorCode PetscRegressorSetType(PetscRegressor, PetscRegressorType);84 PETSC_EXTERN PetscErrorCode PetscRegressorGetType(PetscRegressor, PetscRegressorType *);
1 Output from string viewer: PetscRegressorType: linear
113 PetscRegressorType type; in PetscRegressorView()181 PetscRegressorType default_type = PETSCREGRESSORLINEAR; in PetscRegressorSetFromOptions()390 PetscErrorCode PetscRegressorSetType(PetscRegressor regressor, PetscRegressorType type) in PetscRegressorSetType()439 PetscErrorCode PetscRegressorGetType(PetscRegressor regressor, PetscRegressorType *type) in PetscRegressorGetType()
72 PetscRegressorSetType(PetscRegressor regressor, PetscRegressorType type);128 - PetscRegressorType
29 PetscRegressorType check_type; in TestRegressorViews()