Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscregressor.pxi24 PetscErrorCode PetscRegressorLinearSetType(PetscRegressor, PetscRegressorLinearType)
25 PetscErrorCode PetscRegressorLinearGetType(PetscRegressor, PetscRegressorLinearType*)
27 ctypedef enum PetscRegressorLinearType:
H A DRegressor.pyx17 petsc.PetscRegressorLinearType
313 cdef PetscRegressorLinearType cval = REGRESSOR_LINEAR_OLS
/petsc/include/
H A Dpetscregressor.h65 } PetscRegressorLinearType; typedef
101 PETSC_EXTERN PetscErrorCode PetscRegressorLinearSetType(PetscRegressor, PetscRegressorLinearType);
102 PETSC_EXTERN PetscErrorCode PetscRegressorLinearGetType(PetscRegressor, PetscRegressorLinearType *);
/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dregressor.h15 …inearSetType(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUSED PetscRegressorLinearType type) {Pe… in PetscRegressorLinearSetType()
16 …inearGetType(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUSED PetscRegressorLinearType *type) {P… in PetscRegressorLinearGetType()
/petsc/src/ml/regressor/impls/linear/
H A Dlinear.c14 …rorCode PetscRegressorLinearSetType_Linear(PetscRegressor regressor, PetscRegressorLinearType type) in PetscRegressorLinearSetType_Linear()
23 …orCode PetscRegressorLinearGetType_Linear(PetscRegressor regressor, PetscRegressorLinearType *type) in PetscRegressorLinearGetType_Linear()
419 PetscErrorCode PetscRegressorLinearSetType(PetscRegressor regressor, PetscRegressorLinearType type) in PetscRegressorLinearSetType()
424 …od(regressor, "PetscRegressorLinearSetType_C", (PetscRegressor, PetscRegressorLinearType), (regres… in PetscRegressorLinearSetType()
441 PetscErrorCode PetscRegressorLinearGetType(PetscRegressor regressor, PetscRegressorLinearType *type) in PetscRegressorLinearGetType()
446 …od(regressor, "PetscRegressorLinearGetType_C", (PetscRegressor, PetscRegressorLinearType *), (regr… in PetscRegressorLinearGetType()
H A Dlinearimpl.h8 PetscRegressorLinearType type; \
/petsc/doc/manual/
H A Dregressor.md163 - ``PetscRegressorLinearType``