ObjectiveFunctionGradient Method |
Namespace: DWSIM.MathOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public override List<double> Gradient(
List<double> x
)
Public Overrides Function Gradient (
x As List(Of Double)
) As List(Of Double)
Request Example
View SourceParameters
- x ListDouble
-
Return Value
ListDoubleSee Also