Home
last modified time | relevance | path

Searched refs:PetscRegressorView (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscregressor.pxi14 PetscErrorCode PetscRegressorView(PetscRegressor, PetscViewer)
H A DRegressor.pyx54 petsc.PetscRegressorView
59 CHKERR(PetscRegressorView(self.regressor, cviewer))
/petsc/src/ml/regressor/tests/
H A Dex3.c48 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 Dpetscregressor.h89 PETSC_EXTERN PetscErrorCode PetscRegressorView(PetscRegressor, PetscViewer);
/petsc/src/ml/regressor/interface/
H A Dregressor.c73 …"PetscRegressor", "Regressor", "PetscRegressor", comm, PetscRegressorDestroy, PetscRegressorView)); in PetscRegressorCreate()
110 PetscErrorCode PetscRegressorView(PetscRegressor regressor, PetscViewer viewer) in PetscRegressorView() function