lbfgslbfgsdotproduct Method

Definition

Namespace: DWSIM.MathOps.MathEx.LBFGS
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
private double lbfgsdotproduct(
	int n,
	ref double[] dx,
	int sx,
	ref double[] dy,
	int sy
)

Parameters

n  Int32
 
dx  Double
 
sx  Int32
 
dy  Double
 
sy  Int32
 

Return Value

Double

See Also