Searched defs:regressor (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/ml/regressor/impls/linear/ |
| H A D | linear.c | 5 static PetscErrorCode PetscRegressorLinearSetFitIntercept_Linear(PetscRegressor regressor, PetscBoo… in PetscRegressorLinearSetFitIntercept_Linear() 14 static PetscErrorCode PetscRegressorLinearSetType_Linear(PetscRegressor regressor, PetscRegressorLi… in PetscRegressorLinearSetType_Linear() 23 static PetscErrorCode PetscRegressorLinearGetType_Linear(PetscRegressor regressor, PetscRegressorLi… in PetscRegressorLinearGetType_Linear() 32 static PetscErrorCode PetscRegressorLinearGetIntercept_Linear(PetscRegressor regressor, PetscScalar… in PetscRegressorLinearGetIntercept_Linear() 41 static PetscErrorCode PetscRegressorLinearGetCoefficients_Linear(PetscRegressor regressor, Vec *coe… in PetscRegressorLinearGetCoefficients_Linear() 50 static PetscErrorCode PetscRegressorLinearGetKSP_Linear(PetscRegressor regressor, KSP *ksp) in PetscRegressorLinearGetKSP_Linear() 64 static PetscErrorCode PetscRegressorLinearSetUseKSP_Linear(PetscRegressor regressor, PetscBool flg) in PetscRegressorLinearSetUseKSP_Linear() 92 static PetscErrorCode PetscRegressorSetUp_Linear(PetscRegressor regressor) in PetscRegressorSetUp_Linear() 180 static PetscErrorCode PetscRegressorReset_Linear(PetscRegressor regressor) in PetscRegressorReset_Linear() 199 static PetscErrorCode PetscRegressorDestroy_Linear(PetscRegressor regressor) in PetscRegressorDestroy_Linear() [all …]
|
| /petsc/src/ml/regressor/interface/ |
| H A D | regressor.c | 66 PetscRegressor regressor; in PetscRegressorCreate() local 110 PetscErrorCode PetscRegressorView(PetscRegressor regressor, PetscViewer viewer) in PetscRegressorView() 178 PetscErrorCode PetscRegressorSetFromOptions(PetscRegressor regressor) in PetscRegressorSetFromOptions() 223 PetscErrorCode PetscRegressorSetUp(PetscRegressor regressor) in PetscRegressorSetUp() 252 PetscErrorCode PetscRegressorFit(PetscRegressor regressor, Mat X, Vec y) in PetscRegressorFit() 296 PetscErrorCode PetscRegressorPredict(PetscRegressor regressor, Mat X, Vec y) in PetscRegressorPredict() 321 PetscErrorCode PetscRegressorReset(PetscRegressor regressor) in PetscRegressorReset() 346 PetscErrorCode PetscRegressorDestroy(PetscRegressor *regressor) in PetscRegressorDestroy() 390 PetscErrorCode PetscRegressorSetType(PetscRegressor regressor, PetscRegressorType type) in PetscRegressorSetType() 439 PetscErrorCode PetscRegressorGetType(PetscRegressor regressor, PetscRegressorType *type) in PetscRegressorGetType() [all …]
|
| /petsc/src/binding/petsc4py/src/lib-petsc/compat/ |
| H A D | regressor.h | 10 PetscErrorCode PetscRegressorLinearSetFitIntercept(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUS… in PetscRegressorLinearSetFitIntercept() 11 PetscErrorCode PetscRegressorLinearSetUseKSP(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUSED Pet… in PetscRegressorLinearSetUseKSP() 12 PetscErrorCode PetscRegressorLinearGetKSP(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUSED KSP *k… in PetscRegressorLinearGetKSP() 13 PetscErrorCode PetscRegressorLinearGetCoefficients(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUS… in PetscRegressorLinearGetCoefficients() 14 PetscErrorCode PetscRegressorLinearGetIntercept(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUSED … in PetscRegressorLinearGetIntercept() 15 PetscErrorCode PetscRegressorLinearSetType(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUSED Petsc… in PetscRegressorLinearSetType() 16 PetscErrorCode PetscRegressorLinearGetType(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUSED Petsc… in PetscRegressorLinearGetType()
|
| /petsc/src/ml/regressor/tests/ |
| H A D | ex3.c | 27 static PetscErrorCode TestRegressorViews(PetscRegressor regressor, AppCtx ctx) in TestRegressorViews() 61 static PetscErrorCode TestPrefixRegressor(PetscRegressor regressor, AppCtx ctx) in TestPrefixRegressor() 136 PetscRegressor regressor; in main() local
|
| H A D | ex_sharks.c | 16 PetscRegressor regressor; in main() local
|
| H A D | ex2.c | 15 PetscRegressor regressor; in main() local
|
| H A D | ex1.c | 15 PetscRegressor regressor; in main() local
|
| /petsc/src/binding/petsc4py/demo/regressor/ |
| H A D | test_regressor.py | 45 regressor = PETSc.Regressor().create(comm=comm) variable
|