Searched refs:icvMinor (Results 1 – 2 of 2) sorted by relevance
133 double icvMinor( double* M, int x, int y );
343 icvMinor( double *M, int x, int y ) in icvMinor() function392 *a2 += f2[i] * icvMinor( G, (int) (i % 3), (int) (i / 3) ); in icvGetCoef()393 *a1 += G[i] * icvMinor( f2, (int) (i % 3), (int) (i / 3) ); in icvGetCoef()