EvaluateJacobianDelegate Delegate

Definition

Namespace: Cureos.Numerics
Assembly: Cureos.Numerics (in Cureos.Numerics.dll) Version: 0.0.0.0
public delegate bool EvaluateJacobianDelegate(
	int n,
	double[] x,
	bool new_x,
	int m,
	int nele_jac,
	out int[] iRow,
	out int[] jCol,
	out double[] values
)

Parameters

n  Int32
 
x  Double
 
new_x  Boolean
 
m  Int32
 
nele_jac  Int32
 
iRow  Int32
 
jCol  Int32
 
values  Double
 

Return Value

Boolean

See Also