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

Method has_jacobian_operator

interfaces/Python/cpp_classes/PythonModel.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 bool PythonModel::has_jacobian_operator() const {
33 return this->user_model.jacobian_operator.has_value();
34 }
35
36 bool PythonModel::has_jacobian_transposed_operator() const {
37 return this->user_model.jacobian_transposed_operator.has_value();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected