Searched defs:Jacobian (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmslut.c1645 // with respect to all the coordinates. This is know as the Jacobian
1715 cmsMAT3 Jacobian; local
1768 // Obtain slope (the Jacobian)
1780 Jacobian.v[0].n[j] = ((fxd[0] - fx[0]) / JACOBIAN_EPSILON);
1781 Jacobian.v[1].n[j] = ((fxd[1] - fx[1]) / JACOBIAN_EPSILON);
1782 Jacobian.v[2].n[j] = ((fxd[2] - fx[2]) / JACOBIAN_EPSILON);
1790 if (!_cmsMAT3solve(&tmp, &Jacobian, &tmp2))

Completed in 596 milliseconds