38 #ifndef CompositeOFMultiply_hpp
39 #define CompositeOFMultiply_hpp
69 #endif // CompositeOFMultiply_hpp
virtual msq_std::list< QualityMetric * > get_quality_metric_list()
Used to hold the error state and return it to the application.
Multiplies two ObjectiveFunction values together.
Vector3D is the object that effeciently stores information about about three-deminsional vectors...
CompositeOFMultiply(ObjectiveFunction *, ObjectiveFunction *)
ObjectiveFunction * objFunc2
virtual ~CompositeOFMultiply()
ObjectiveFunction * objFunc1
virtual bool concrete_evaluate(PatchData &patch, double &fval, MsqError &err)
Base class for concrete Objective Functions ObjectiveFunction contains a pointer to a QualityMetric...
bool compute_analytical_gradient(PatchData &patch, Vector3D *const &grad, double &OF_val, MsqError &err, size_t array_size)
Implement the scalar multiply analytic gradient.