Searched refs:PetscRegressorLinearType (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscregressor.pxi | 24 PetscErrorCode PetscRegressorLinearSetType(PetscRegressor, PetscRegressorLinearType) 25 PetscErrorCode PetscRegressorLinearGetType(PetscRegressor, PetscRegressorLinearType*) 27 ctypedef enum PetscRegressorLinearType:
|
| H A D | Regressor.pyx | 17 petsc.PetscRegressorLinearType 313 cdef PetscRegressorLinearType cval = REGRESSOR_LINEAR_OLS
|
| /petsc/include/ |
| H A D | petscregressor.h | 65 } 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 D | regressor.h | 15 …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 D | linear.c | 14 …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 D | linearimpl.h | 8 PetscRegressorLinearType type; \
|
| /petsc/doc/manual/ |
| H A D | regressor.md | 163 - ``PetscRegressorLinearType``
|