Home
last modified time | relevance | path

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

/petsc/src/tao/bound/impls/bqnls/
H A Dbqnls.c35 else *step_type = BNK_BFGS; in TaoBQNLSComputeStep()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.h211 #define BNK_BFGS 1 macro
H A Dbnk.c616 *stepType = BNK_BFGS; in TaoBNKSafeguardStep()
658 case BNK_BFGS: in TaoBNKSafeguardStep()
671 *stepType = BNK_BFGS; in TaoBNKSafeguardStep()
754 *stepType = BNK_BFGS; in TaoBNKPerformLineSearch()
760 case BNK_BFGS: in TaoBNKPerformLineSearch()
965 case BNK_BFGS: in TaoBNKAddStepCounts()