#ifndef __IWAVE_OPT #define __IWAVE_OPT #include "functional.hh" #include "ls.hh" #include "cgnealg.hh" #include "TRGNAlg.hh" #include "LBFGSBT.hh" #include "iwop.hh" namespace TSOpt { void IWaveOpt(PARARRAY pars, Operator const & op, Vector const & d, Vector & m); void IWaveResMod(PARARRAY pars, Operator const & op, Vector const & d, Vector const & m); int IWaveOpApply(int, char **, void (*invfcn)(PARARRAY, FILE*)); void StraightOLS(PARARRAY, FILE*); } #endif