Searched refs:PetscRegressorView (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscregressor.pxi | 14 PetscErrorCode PetscRegressorView(PetscRegressor, PetscViewer)
|
| H A D | Regressor.pyx | 54 petsc.PetscRegressorView 59 CHKERR(PetscRegressorView(self.regressor, cviewer))
|
| /petsc/src/ml/regressor/tests/ |
| H A D | ex3.c | 48 PetscCall(PetscRegressorView(regressor, stringviewer)); in TestRegressorViews() 53 } else if (ctx->flg_ascii) PetscCall(PetscRegressorView(regressor, PETSC_VIEWER_STDOUT_WORLD)); in TestRegressorViews()
|
| /petsc/include/ |
| H A D | petscregressor.h | 89 PETSC_EXTERN PetscErrorCode PetscRegressorView(PetscRegressor, PetscViewer);
|
| /petsc/src/ml/regressor/interface/ |
| H A D | regressor.c | 73 …"PetscRegressor", "Regressor", "PetscRegressor", comm, PetscRegressorDestroy, PetscRegressorView)); in PetscRegressorCreate() 110 PetscErrorCode PetscRegressorView(PetscRegressor regressor, PetscViewer viewer) in PetscRegressorView() function
|