Home
last modified time | relevance | path

Searched refs:PetscRegressorLinearSetType (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dregressor.h15 PetscErrorCode PetscRegressorLinearSetType(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUSED Petsc… in PetscRegressorLinearSetType() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscregressor.pxi24 PetscErrorCode PetscRegressorLinearSetType(PetscRegressor, PetscRegressorLinearType)
H A DRegressor.pyx300 getLinearType, petsc.PetscRegressorLinearSetType
302 CHKERR(PetscRegressorLinearSetType(self.regressor, lineartype))
/petsc/include/
H A Dpetscregressor.h101 PETSC_EXTERN PetscErrorCode PetscRegressorLinearSetType(PetscRegressor, PetscRegressorLinearType);
/petsc/src/ml/regressor/tests/
H A Dex3.c150 PetscCall(PetscRegressorLinearSetType(regressor, REGRESSOR_LINEAR_OLS)); in main()
/petsc/src/ml/regressor/impls/linear/
H A Dlinear.c419 PetscErrorCode PetscRegressorLinearSetType(PetscRegressor regressor, PetscRegressorLinearType type) in PetscRegressorLinearSetType() function