OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_ihi
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/core/src/
downhill_simplex.cpp
425
double*
p_ihi
= p.ptr<double>(ihi);
local
430
ptry_[j] = coord_sum_[j]*alpha -
p_ihi
[j]*beta;
442
double*
p_ihi
= p.ptr<double>(ihi);
local
446
p_ihi
[j] = coord_sum_[j]*alpha -
p_ihi
[j]*beta;
Completed in 386 milliseconds