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

Method evaluate_objective_gradient

uno/model/HomogeneousEqualityConstrainedModel.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 void HomogeneousEqualityConstrainedModel::evaluate_objective_gradient(const Vector<double>& x, Vector<double>& gradient) const {
80 this->model.evaluate_objective_gradient(x, gradient);
81 }
82
83 void HomogeneousEqualityConstrainedModel::compute_jacobian_sparsity(uno_int* row_indices, uno_int* column_indices,
84 uno_int row_offset, uno_int column_offset, uno_int solver_indexing, MatrixOrder matrix_order) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected