PetscRegressorLinearGetType#
Return the type for the PETSCREGRESSORLINEAR solver
Synopsis#
#include "petscregressor.h"
PetscErrorCode PetscRegressorLinearGetType(PetscRegressor regressor, PetscRegressorLinearType *type)
Input Parameter#
regressor - the
PetscRegressorsolver context
Output Parameter#
type -
PETSCREGRESSORLINEARtype
See Also#
PetscRegressor, PETSCREGRESSORLINEAR, PetscRegressorLinearSetType(), PetscRegressorLinearType
Level#
advanced
Location#
Implementations#
PetscRegressorLinearGetType_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