Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscregressor.pxi28 REGRESSOR_LINEAR_OLS
H A DRegressor.pyx19 OLS = REGRESSOR_LINEAR_OLS
313 cdef PetscRegressorLinearType cval = REGRESSOR_LINEAR_OLS
/petsc/include/
H A Dpetscregressor.h62 REGRESSOR_LINEAR_OLS, enumerator
/petsc/src/ml/regressor/impls/linear/
H A Dlinear.c129 …PetscCheck(linear->type == REGRESSOR_LINEAR_OLS, PetscObjectComm((PetscObject)regressor), PETSC_ER… in PetscRegressorSetUp_Linear()
162 case REGRESSOR_LINEAR_OLS: in PetscRegressorSetUp_Linear()
549 linear->type = REGRESSOR_LINEAR_OLS; in PetscRegressorCreate_Linear()
/petsc/doc/manual/
H A Dregressor.md45 `REGRESSOR_LINEAR_OLS`, which is a sub-type of linear regressor,
166 - ``REGRESSOR_LINEAR_OLS``
/petsc/src/ml/regressor/tests/
H A Dex3.c150 PetscCall(PetscRegressorLinearSetType(regressor, REGRESSOR_LINEAR_OLS)); in main()