Home
last modified time | relevance | path

Searched refs:PetscRegressorLinearSetFitIntercept (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dregressor.h10 PetscErrorCode PetscRegressorLinearSetFitIntercept(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUS… in PetscRegressorLinearSetFitIntercept() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscregressor.pxi19 PetscErrorCode PetscRegressorLinearSetFitIntercept(PetscRegressor, PetscBool)
H A DRegressor.pyx235 petsc.PetscRegressorLinearSetFitIntercept
238 CHKERR(PetscRegressorLinearSetFitIntercept(self.regressor, fitintercept))
/petsc/include/
H A Dpetscregressor.h96 PETSC_EXTERN PetscErrorCode PetscRegressorLinearSetFitIntercept(PetscRegressor, PetscBool);
/petsc/src/ml/regressor/tests/
H A Dex3.c151 PetscCall(PetscRegressorLinearSetFitIntercept(regressor, PETSC_FALSE)); in main()
/petsc/src/ml/regressor/impls/linear/
H A Dlinear.c234 PetscErrorCode PetscRegressorLinearSetFitIntercept(PetscRegressor regressor, PetscBool flg) in PetscRegressorLinearSetFitIntercept() function
298 if (set) PetscCall(PetscRegressorLinearSetFitIntercept(regressor, flg)); in PetscRegressorSetFromOptions_Linear()
/petsc/doc/manual/
H A Dregressor.md193 PetscRegressorLinearSetFitIntercept(PetscRegressor regressor, PetscBool flg);