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

Method has_jacobian_operator

interfaces/C/Uno_C_API.cpp:54–56  ·  view source on GitHub ↗

availability of linear operators

Source from the content-addressed store, hash-verified

52
53 // availability of linear operators
54 [[nodiscard]] bool has_jacobian_operator() const override {
55 return (this->user_model.jacobian_operator != nullptr);
56 }
57
58 [[nodiscard]] bool has_jacobian_transposed_operator() const override {
59 return (this->user_model.jacobian_transposed_operator != nullptr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected