Home
last modified time | relevance | path

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

/petsc/src/tao/bound/impls/bncg/
H A Dbncg.c11 static const char *CG_AS_TYPE[64] = {"none", "bertsekas"}; variable
216 …t("-tao_bncg_as_type", "active set estimation method", "", CG_AS_TYPE, CG_AS_SIZE, CG_AS_TYPE[cg->… in TaoSetFromOptions_BNCG()