Searched refs:REGRESSOR_LINEAR_OLS (Results 1 – 6 of 6) sorted by relevance
28 REGRESSOR_LINEAR_OLS
19 OLS = REGRESSOR_LINEAR_OLS313 cdef PetscRegressorLinearType cval = REGRESSOR_LINEAR_OLS
62 REGRESSOR_LINEAR_OLS, enumerator
129 …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()
45 `REGRESSOR_LINEAR_OLS`, which is a sub-type of linear regressor,166 - ``REGRESSOR_LINEAR_OLS``
150 PetscCall(PetscRegressorLinearSetType(regressor, REGRESSOR_LINEAR_OLS)); in main()