Home
last modified time | relevance | path

Searched refs:Aij (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/calib3d/src/
Dp3p.cpp357 double Aij = *pAij; in jacobi_4x4() local
358 double eps_machine = 100.0 * fabs(Aij); in jacobi_4x4()
362 else if (fabs(Aij) > tresh) { in jacobi_4x4()
365 t = Aij / hh; in jacobi_4x4()
367 double theta = 0.5 * hh / Aij; in jacobi_4x4()
372 hh = t * Aij; in jacobi_4x4()
/external/eigen/bench/
Dsparse_setter.cpp303 const Coordinates Aij, in coo_tocsr() argument
313 Bp[Aij[n].x()]++; in coo_tocsr()
326 int row = Aij[n].x(); in coo_tocsr()
329 Bj[dest] = Aij[n].y(); in coo_tocsr()