42 #ifndef MERIT_FUNC_NLE_SQR_RESID_H
43 #define MERIT_FUNC_NLE_SQR_RESID_H
45 #include "ConstrainedOptPack_MeritFuncNLE.hpp"
47 namespace ConstrainedOptPack {
76 value_type
value(
const Vector& c)
const;
79 value_type
deriv()
const;
83 ,
const std::string& leading_str)
const;
92 #endif // MERIT_FUNC_NLE_SQR_RESID_H
value_type calc_deriv(const Vector &c_k)
void print_merit_func(std::ostream &out, const std::string &leading_str) const
value_type value(const Vector &c) const
Base class for all merit functions for systems of NonLinear Equations (NLE) {abstract}.
MeritFuncNLESqrResid()
Initializes deriv() = 0.
A merit function for the square of the constriant values.