Home | History | Annotate | Download | only in src

Lines Matching refs:Jacobian

1680 // with respect to all the coordinates. This is know as the Jacobian
1750 cmsMAT3 Jacobian;
1798 // Obtain slope (the Jacobian)
1810 Jacobian.v[0].n[j] = ((fxd[0] - fx[0]) / JACOBIAN_EPSILON);
1811 Jacobian.v[1].n[j] = ((fxd[1] - fx[1]) / JACOBIAN_EPSILON);
1812 Jacobian.v[2].n[j] = ((fxd[2] - fx[2]) / JACOBIAN_EPSILON);
1820 if (!_cmsMAT3solve(&tmp, &Jacobian, &tmp2))