Searched defs:solutions (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvscanlines.cpp52 double *solutions = 0; local
66 res = icvGaussMxN( M, B, 3, 3, &solutions );
71 if( res > 0 && solutions )
73 v[0] = (float) solutions[0];
74 v[1] = (float) solutions[1];
75 v[2] = (float) solutions[2];
81 if( solutions )
82 cvFree( &solutions );
H A Dcvlmeds.cpp1418 icvGaussMxN( double *A, double *B, int M, int N, double **solutions )
1528 *solutions = (double *) cvAlloc( ((N - M + 1) * N) * sizeof( double ));
1530 if( *solutions == 0 )
1542 (*solutions)[(t - M) * N + variables[j]] = (double) (t == j);
1550 (*solutions)[(t - M) * N + variables[i]] = 0;
1554 (*solutions)[(t - M) * N + variables[i]] = B[i] / A[i * N + i];
1560 (*solutions)[(t - M) * N + variables[i]] -=
1561 (*solutions)[(t - M) * N + variables[j]] * A[i * N + j] / A[i * N + i];
1570 *solutions = (double *) cvAlloc( (N) * sizeof( double ));
1572 if( solutions
1698 double *solutions; local
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 137 milliseconds