Commit aa894976 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fixed slowing step

parent c03effe0
......@@ -264,7 +264,7 @@ numbers.calculus.GaussNewton_forHeading = function(v,n,r,dr,eps,w){
console.log("SCALE = "+sscale)
for(var i=0;i<n;i++){
for(var i=0;i<v0.length;i++){
v1[i] = v0[i]+sscale*(v1[i]-v0[i])
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment