Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2929_PrioritizedGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.PGE/3.3/go-code/go-levmar/levmar-2.6/matlab/jachs01.m @ 16080

Last change on this file since 16080 was 16080, checked in by hmaislin, 6 years ago

#2929 initial commit of working PGE version

File size: 100 bytes
Line 
1function jac = jachs01(p)
2  m=2;
3
4  jac(1, 1:m)=[-20.0*p(1), 10.0];
5  jac(2, 1:m)=[-1.0, 0.0];
Note: See TracBrowser for help on using the repository browser.