source:
ThirdParty/levmar/matlab/jacmodhs76.m@
e9f307
      
      | Last change on this file since e9f307 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.
    