DeepCompletionRelease icon indicating copy to clipboard operation
DeepCompletionRelease copied to clipboard

Explanation regarding CreateTangentEquations function

Open AlexYiningLiu opened this issue 2 years ago • 0 comments

Can you please explain the motivation behind these 2 lines of code in CreateTangetEquations? Specifically, why the multiplication of iy and iyA by the xres value? Thanks.

RNPolynomial d(1.0, (iy)*xres+(ix), 1.0); RNPolynomial dA(1.0, (iyA)*xres+(ixA), 1.0);

AlexYiningLiu avatar Mar 02 '22 16:03 AlexYiningLiu