MCPcopy Create free account
hub / github.com/cvanaret/Uno / has_hessian_operator

Method has_hessian_operator

interfaces/Python/cpp_classes/PythonModel.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 bool PythonModel::has_hessian_operator() const {
41 return this->user_model.lagrangian_hessian_operator.has_value();
42 }
43
44 bool PythonModel::has_hessian_matrix() const {
45 return this->user_model.lagrangian_hessian.has_value();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected