Commit 814e77cc authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

-;

parent a1caf434
......@@ -166,7 +166,8 @@ numbers.calculus.GaussNewton = function(v,n,r,dr,eps,w){
for(var i=0;i<n;i++){
WSUM += w(i,v)
}
return w(i,v)/WSUM;
return w(i,v)/WSUM
}
}
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