C# Class Cureos.Numerics.IpoptProblem.JacobianEvaluator

Mostrar archivo Open project: cureos/csipopt

Private Methods

Method Description
Evaluate ( int n, IntPtr p_x, IpoptBoolType new_x, int m, int nele_jac, IntPtr p_iRow, IntPtr p_jCol, IntPtr p_values, IntPtr p_user_data ) : IpoptBoolType
Evaluate ( int n, double x, IpoptBoolType new_x, int m, int nele_jac, int iRow, int jCol, double values, IntPtr p_user_data ) : IpoptBoolType
JacobianEvaluator ( EvaluateJacobianDelegate eval_jac_g_cb ) : System