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

Method number_jacobian_nonzeros

interfaces/Python/cpp_classes/PythonModel.cpp:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 }
306
307 size_t PythonModel::number_jacobian_nonzeros() const {
308 return static_cast<size_t>(this->user_model.number_jacobian_nonzeros);
309 }
310
311 size_t PythonModel::number_hessian_nonzeros() const {
312 if (this->user_model.number_hessian_nonzeros.has_value()) {

Callers 1

evaluate_jacobianMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected