Lines Matching refs:iM
6308 float* iM = _iM.ptr<float>();
6309 int step = (int)(matM.step/sizeof(M[0])), istep = (int)(_iM.step/sizeof(iM[0]));
6317 iM[0] = (float)A11; iM[1] = (float)A12; iM[2] = (float)b1;
6318 iM[istep] = (float)A21; iM[istep+1] = (float)A22; iM[istep+2] = (float)b2;
6323 double* iM = _iM.ptr<double>();
6324 int step = (int)(matM.step/sizeof(M[0])), istep = (int)(_iM.step/sizeof(iM[0]));
6332 iM[0] = A11; iM[1] = A12; iM[2] = b1;
6333 iM[istep] = A21; iM[istep+1] = A22; iM[istep+2] = b2;