Home
last modified time | relevance | path

Searched refs:PetscRegressorLinearGetIntercept (Results 1 – 10 of 10) sorted by relevance

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dregressor.h14 PetscErrorCode PetscRegressorLinearGetIntercept(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUSED … in PetscRegressorLinearGetIntercept() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscregressor.pxi23 PetscErrorCode PetscRegressorLinearGetIntercept(PetscRegressor, PetscScalar*)
H A DRegressor.pyx287 setLinearFitIntercept, petsc.PetscRegressorLinearGetIntercept
290 CHKERR(PetscRegressorLinearGetIntercept(self.regressor, &intercept))
/petsc/src/ml/regressor/tests/
H A Dex_sharks.c74 PetscCall(PetscRegressorLinearGetIntercept(regressor, &intercept)); in main()
H A Dex2.c52 PetscCall(PetscRegressorLinearGetIntercept(regressor, &intercept)); in main()
H A Dex1.c52 PetscCall(PetscRegressorLinearGetIntercept(regressor, &intercept)); in main()
H A Dex3.c161 PetscCall(PetscRegressorLinearGetIntercept(regressor, &intercept)); in main()
/petsc/include/
H A Dpetscregressor.h100 PETSC_EXTERN PetscErrorCode PetscRegressorLinearGetIntercept(PetscRegressor, PetscScalar *);
/petsc/doc/manual/
H A Dregressor.md203 PetscRegressorLinearGetIntercept(PetscRegressor regressor, PetscScalar *intercept);
/petsc/src/ml/regressor/impls/linear/
H A Dlinear.c392 PETSC_EXTERN PetscErrorCode PetscRegressorLinearGetIntercept(PetscRegressor regressor, PetscScalar … in PetscRegressorLinearGetIntercept() function