Click or drag to resize

NewtonSolvergradient Method


Namespace: DWSIM.MathOps.MathEx.Optimization
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private double[,] gradient(
	double epsilon,
	double[] x,
	double[] fx
)
Request Example View Source

Parameters

epsilon  Double
 
x  Double
 
fx  Double
 

Return Value

Double
See Also