Home
last modified time | relevance | path

Searched refs:PetscRegressorSetUp (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscregressor.pxi12 PetscErrorCode PetscRegressorSetUp(PetscRegressor)
H A DRegressor.pyx111 petsc.PetscRegressorSetUp
114 CHKERR(PetscRegressorSetUp(self.regressor))
/petsc/include/
H A Dpetscregressor.h86 PETSC_EXTERN PetscErrorCode PetscRegressorSetUp(PetscRegressor);
/petsc/src/ml/regressor/interface/
H A Dregressor.c223 PetscErrorCode PetscRegressorSetUp(PetscRegressor regressor) in PetscRegressorSetUp() function
269 PetscCall(PetscRegressorSetUp(regressor)); in PetscRegressorFit()