Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
ece261cd78d4849f61d52585472ddc2cd3f285d7
ece261cd78d4849f61d52585472ddc2cd3f285d7
Switch branch/tag
sextractor
src
levmar
matlab
jachs01.m
Find file
Normal view
History
Permalink
jachs01.m
96 Bytes
Newer
Older
merged with SExFIGI branch
Emmanuel Bertin
committed
Jan 28, 2009
1
2
3
4
5
function jac = hs01_jac(p)
m=2;
jac(1, 1:m)=[-20.0*p(1), 10.0];
jac(2, 1:m)=[-1.0, 0.0];