Home
last modified time | relevance | path

Searched refs:PetscRegressorLinearTypes (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscregressor.h66 PETSC_EXTERN const char *const PetscRegressorLinearTypes[]; variable
/petsc/src/ml/regressor/impls/linear/
H A Dlinear.c3 const char *const PetscRegressorLinearTypes[] = {"ols", "lasso", "ridge", "RegressorLinearType", "R… variable
301 …type", "Linear regression method", "PetscRegressorLinearTypes", PetscRegressorLinearTypes, (PetscE… in PetscRegressorSetFromOptions_Linear()
315 …scViewerASCIIPrintf(viewer, "PetscRegressor Linear Type: %s\n", PetscRegressorLinearTypes[linear->… in PetscRegressorView_Linear()