OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cost
(Results
1 - 9
of
9
) sorted by null
/external/eigen/bench/btl/actions/
action_cholesky.hh
54
_cost
= 0;
58
_cost
+= 2*(r*j+r+j);
90
return
_cost
;
125
double
_cost
;
member in class:Action_cholesky
action_hessenberg.hh
52
_cost
= 0;
57
_cost
+= 6 + 3*b + r*r*4 + r*_size*4;
89
return
_cost
;
127
double
_cost
;
member in class:Action_hessenberg
158
_cost
= 0;
163
_cost
+= 6. + 3.*b + r*r*8.;
192
return
_cost
;
230
double
_cost
;
member in class:Action_tridiagonalization
action_trisolve.hh
59
_cost
= 0;
62
_cost
+= 2*j + 1;
94
return
_cost
;
134
double
_cost
;
member in class:Action_trisolve
action_lu_decomp.hh
52
_cost
= 2.0*size*size*size/3.0 + size*size;
83
return
_cost
;
121
double
_cost
;
member in class:Action_lu_decomp
action_partial_lu.hh
54
_cost
= 2.0*size*size*size/3.0 + size*size;
85
return
_cost
;
122
double
_cost
;
member in class:Action_partial_lu
action_trisolve_matrix.hh
66
_cost
= 0;
69
_cost
+= 2*j + 1;
71
_cost
*= _size;
108
return
_cost
;
157
double
_cost
;
member in class:Action_trisolve_matrix
action_trmm.hh
66
_cost
= 0;
69
_cost
+= 2*j + 1;
71
_cost
*= _size;
108
return
_cost
;
157
double
_cost
;
member in class:Action_trmm
/external/opencv/cv/src/
cvemd.cpp
665
float *
_cost
;
local
669
_cost
= cost[i];
679
cur_v->val =
_cost
[j] - cur_u_val;
721
float *
_cost
= cost[i];
local
728
delta =
_cost
[j] - u_val - v[j].val;
[
all
...]
/external/ceres-solver/docs/
changes.tex
75
\item Numerically robust computation of \texttt{model\
_cost
\_change}.
107
\item A better way to compute \texttt{Solver::Summary::fixed\
_cost
}. (Markus Moll)
Completed in 449 milliseconds