Click or drag to resize

NewtonSolver_Oldgradient 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
)
Request Example View Source

Parameters

epsilon  Double
 
x  Double
 

Return Value

Double
See Also