Home
last modified time | relevance | path

Searched refs:PETSCREGRESSORLINEAR (Results 1 – 14 of 14) sorted by relevance

/petsc/src/ml/regressor/interface/
H A Dregressorregi.c12 PetscCall(PetscRegressorRegister(PETSCREGRESSORLINEAR, PetscRegressorCreate_Linear)); in PetscRegressorRegisterAll()
H A Dregressor.c181 PetscRegressorType default_type = PETSCREGRESSORLINEAR; in PetscRegressorSetFromOptions()
/petsc/doc/manualpages/MANSECHeaders/
H A DKSP5 `PETSCREGRESSORLINEAR` for additional regression (least squares) solvers.
H A DPetscRegressor4 …ion of continuous numerical values, including least squares with `PETSCREGRESSORLINEAR`) or classi…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscregressor.pxi4 PetscRegressorType PETSCREGRESSORLINEAR
H A DRegressor.pyx9 LINEAR = S_(PETSCREGRESSORLINEAR)
/petsc/doc/manual/
H A Dregressor.md46 `PETSCREGRESSORLINEAR`.
120 `PETSCREGRESSORLINEAR`, although we plan to add several others in the near future.
131 - ``PETSCREGRESSORLINEAR``
148 The `PETSCREGRESSORLINEAR` (`-regressor_type linear`) implementation
H A Dksp.md21 `PETSCREGRESSORLINEAR` for tools focusing on linear regression.
/petsc/src/ml/regressor/tests/
H A Dex3.c56 PetscCall(PetscStrcmp(check_type, PETSCREGRESSORLINEAR, &match)); in TestRegressorViews()
149 PetscCall(PetscRegressorSetType(regressor, PETSCREGRESSORLINEAR)); in main()
H A Dex_sharks.c70 PetscCall(PetscRegressorSetType(regressor, PETSCREGRESSORLINEAR)); in main()
H A Dex2.c48 PetscCall(PetscRegressorSetType(regressor, PETSCREGRESSORLINEAR)); in main()
H A Dex1.c48 PetscCall(PetscRegressorSetType(regressor, PETSCREGRESSORLINEAR)); in main()
/petsc/include/
H A Dpetscregressor.h39 #define PETSCREGRESSORLINEAR "linear" macro
/petsc/doc/changes/
H A D324.md149 - Add `PetscRegressor` type `PETSCREGRESSORLINEAR` for solving linear regression problems with opti…