source:
ThirdParty/levmar/matlab/jacmodhs76.m@
91c409
| Last change on this file since 91c409 was 8ce1a9, checked in by , 9 years ago | |
|---|---|
|
|
| File size: 193 bytes | |
| Rev | Line | |
|---|---|---|
| [5443b1] | 1 | function jac = jacmodhs76(p) |
| 2 | m=4; | |
| 3 | ||
| 4 | jac(1, 1:m)=[1.0, 0.0, 0.0, 0.0]; | |
| 5 | jac(2, 1:m)=[0.0, sqrt(0.5), 0.0, 0.0]; | |
| 6 | jac(3, 1:m)=[0.0, 0.0, 1.0, 0.0]; | |
| 7 | jac(4, 1:m)=[0.0, 0.0, 0.0, sqrt(0.5)]; |
Note:
See TracBrowser
for help on using the repository browser.
