D | cxmatrix.cpp | 907 #define Dd( y, x ) ((double*)(dstdata + y*dststep))[x] macro 1010 Dd(1,1) = t0; in cvInvert() 1011 Dd(0,0) = t1; in cvInvert() 1014 Dd(0,1) = t0; in cvInvert() 1015 Dd(1,0) = t1; in cvInvert() 1068 Dd(0,0) = t[0]; Dd(0,1) = t[1]; Dd(0,2) = t[2]; in cvInvert() 1069 Dd(1,0) = t[3]; Dd(1,1) = t[4]; Dd(1,2) = t[5]; in cvInvert() 1070 Dd(2,0) = t[6]; Dd(2,1) = t[7]; Dd(2,2) = t[8]; in cvInvert() 1093 Dd(0,0) = 1./d; in cvInvert() 1306 Dd(1,0) = (bd(1)*Sd(0,0) - bd(0)*Sd(1,0))*d; in cvSolve() [all …]
|