PetscRegressorDestroy#
Destroys the regressor context that was created with PetscRegressorCreate()
.
Synopsis#
PetscErrorCode PetscRegressorDestroy(PetscRegressor *regressor)
Collective
Input Parameter#
regressor - the
PetscRegressor
context
See Also#
PetscRegressorCreate()
, PetscRegressorSetUp()
, PetscRegressorReset()
, PetscRegressor
Level#
beginner
Location#
Implementations#
PetscRegressorDestroy_Linear() in src/ml/regressor/impls/linear/linear.c
Index of all PetscRegressor routines
Table of Contents for all manual pages
Index of all manual pages