| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected