Lines Matching defs:regressor
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()
464 PetscErrorCode PetscRegressorSetRegularizerWeight(PetscRegressor regressor, PetscReal weight) in PetscRegressorSetRegularizerWeight()
497 PetscErrorCode PetscRegressorGetTao(PetscRegressor regressor, Tao *tao) in PetscRegressorGetTao()
543 PetscErrorCode PetscRegressorSetOptionsPrefix(PetscRegressor regressor, const char p[]) in PetscRegressorSetOptionsPrefix()
568 PetscErrorCode PetscRegressorAppendOptionsPrefix(PetscRegressor regressor, const char p[]) in PetscRegressorAppendOptionsPrefix()
595 PetscErrorCode PetscRegressorGetOptionsPrefix(PetscRegressor regressor, const char *p[]) in PetscRegressorGetOptionsPrefix()