Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscregressor.pxi11 PetscErrorCode PetscRegressorSetRegularizerWeight(PetscRegressor, PetscReal)
H A DRegressor.pyx89 setType, petsc.PetscRegressorSetRegularizerWeight
91 CHKERR(PetscRegressorSetRegularizerWeight(self.regressor, weight))
/petsc/include/
H A Dpetscregressor.h85 PETSC_EXTERN PetscErrorCode PetscRegressorSetRegularizerWeight(PetscRegressor, PetscReal);
/petsc/src/ml/regressor/interface/
H A Dregressor.c196 if (flg) PetscCall(PetscRegressorSetRegularizerWeight(regressor, regressor->regularizer_weight)); in PetscRegressorSetFromOptions()
464 PetscErrorCode PetscRegressorSetRegularizerWeight(PetscRegressor regressor, PetscReal weight) in PetscRegressorSetRegularizerWeight() function
/petsc/doc/manual/
H A Dregressor.md139 PetscRegressorSetRegularizerWeight(PetscRegressor regressor, PetscReal weight);