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