availability of linear operators
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected