Actual source code: morethuente.h

petsc-3.9.4 2018-09-11
Report Typos and Errors
  1: #ifndef __TAOLINESEARCH_MORETHUENTE_H

  4: typedef struct {
  5:   PetscInt    bracket;
  6:   PetscInt    infoc;
  7:   PetscReal initstep;
  8:   Vec x; /* used to see if work needs to be reformed */
  9:   Vec work;

 11: } TaoLineSearch_MT;

 13: #endif