OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:solutions
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cvaux/src/
cvlmeds.cpp
1698
double *
solutions
;
local
[
all
...]
_cvvm.h
136
icvGaussMxN( double *A, double *B, int M, int N, double **
solutions
);
cvscanlines.cpp
52
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
);
[
all
...]
/external/mesa3d/docs/
MESA_texture_array.spec
62
Several
solutions
to this problem have been proposed, but they either
[
all
...]
Completed in 870 milliseconds