Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/lib-petsc/compat/ !
H A Dregressor.h16 PetscErrorCode PetscRegressorLinearGetType(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUSED Petsc… in PetscRegressorLinearGetType() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/ !
H A Dpetscregressor.pxi25 PetscErrorCode PetscRegressorLinearGetType(PetscRegressor, PetscRegressorLinearType*)
H A DRegressor.pyx311 setLinearType, petsc.PetscRegressorLinearGetType
314 CHKERR(PetscRegressorLinearGetType(self.regressor, &cval))
/petsc/include/ !
H A Dpetscregressor.h102 PETSC_EXTERN PetscErrorCode PetscRegressorLinearGetType(PetscRegressor, PetscRegressorLinearType *);
/petsc/src/ml/regressor/impls/linear/ !
H A Dlinear.c441 PetscErrorCode PetscRegressorLinearGetType(PetscRegressor regressor, PetscRegressorLinearType *type) in PetscRegressorLinearGetType() function