Home
last modified time | relevance | path

Searched refs:PetscRegressorType (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscregressor.pxi3 ctypedef const char* PetscRegressorType "PetscRegressorType"
4 PetscRegressorType PETSCREGRESSORLINEAR
9 PetscErrorCode PetscRegressorSetType(PetscRegressor, PetscRegressorType)
10 PetscErrorCode PetscRegressorGetType(PetscRegressor, PetscRegressorType*)
H A DRegressor.pyx6 petsc.PetscRegressorType
208 cdef PetscRegressorType cval = NULL
222 cdef PetscRegressorType ctype = NULL
/petsc/include/
H A Dpetscregressor.h38 typedef const char *PetscRegressorType; typedef
83 PETSC_EXTERN PetscErrorCode PetscRegressorSetType(PetscRegressor, PetscRegressorType);
84 PETSC_EXTERN PetscErrorCode PetscRegressorGetType(PetscRegressor, PetscRegressorType *);
/petsc/src/ml/regressor/tests/output/
H A Dex3_stringview.out1 Output from string viewer: PetscRegressorType: linear
/petsc/src/ml/regressor/interface/
H A Dregressor.c113 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()
/petsc/doc/manual/
H A Dregressor.md72 PetscRegressorSetType(PetscRegressor regressor, PetscRegressorType type);
128 - PetscRegressorType
/petsc/src/ml/regressor/tests/
H A Dex3.c29 PetscRegressorType check_type; in TestRegressorViews()