lbfgslbfgsdotproduct Method
Definition
Namespace: DWSIM.MathOps.MathEx.LBFGS
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
private double lbfgsdotproduct(
int n,
ref double[] dx,
int sx,
ref double[] dy,
int sy
)VB
Private Function lbfgsdotproduct (
n As Integer,
ByRef dx As Double(),
sx As Integer,
ByRef dy As Double(),
sy As Integer
) As Double