42 #ifndef QUASI_NEWTON_STATS_HH
43 #define QUASI_NEWTON_STATS_HH
45 #include "MoochoPack_QuasiNewtonStats.hpp"
46 #include "IterationPack_CastIQMember.hpp"
48 namespace MoochoPack {
51 extern const std::string quasi_newton_stats_name;
57 :
public CastIQMember<QuasiNewtonStats>
61 : CastIQMember<QuasiNewtonStats>(quasi_newton_stats_name)
67 #endif // QUASI_NEWTON_STATS_HH
Class for object that attempts to return an IterQuantityAccess<QuasiNewtonStats> from an AlgorithmSta...