MCPcopy Create free account
hub / github.com/PatWie/CppNumericalSolvers / clone

Method clone

include/cppoptlib/function_expressions.h:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138 }
139 virtual std::unique_ptr<FunctionInterface<ScalarType, TMode, Dimension>>
140 clone() const override {
141 return std::make_unique<AddExpression<F, G, TMode>>(f, g);
142 }
143};
144
145// Subtraction Expression.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected