Click or drag to resize

lbfgslbfgsdotproduct Method


Namespace: DWSIM.MathOps.MathEx.LBFGS
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private double lbfgsdotproduct(
	int n,
	ref double[] dx,
	int sx,
	ref double[] dy,
	int sy
)
Request Example View Source

Parameters

n  Int32
 
dx  Double
 
sx  Int32
 
dy  Double
 
sy  Int32
 

Return Value

Double
See Also