38 #ifndef CompositeOFScalarMultiply_hpp
39 #define CompositeOFScalarMultiply_hpp
72 #endif // CompositeOFScalarMultiply_hpp
Used to hold the error state and return it to the application.
Vector3D is the object that effeciently stores information about about three-deminsional vectors...
virtual msq_std::list< QualityMetric * > get_quality_metric_list()
Returns the QualityMetric list assossiated with objFunc.
bool compute_analytical_gradient(PatchData &patch, Vector3D *const &grad, double &OF_val, MsqError &err, size_t array_size)
Implement the scalar multiply analytic gradient.
CompositeOFScalarMultiply(double, ObjectiveFunction *)
Scales a given an ObjectiveFunction.
virtual ~CompositeOFScalarMultiply()
virtual bool concrete_evaluate(PatchData &patch, double &fval, MsqError &err)
ObjectiveFunction * objFunc
Base class for concrete Objective Functions ObjectiveFunction contains a pointer to a QualityMetric...