Searched refs:_cost (Results 1 – 8 of 8) sorted by relevance
52 _cost = 0; in Action_hessenberg()57 _cost += 6 + 3*b + r*r*4 + r*_size*4; in Action_hessenberg()89 return _cost; in nb_op_base()127 double _cost; member in Action_hessenberg158 _cost = 0; in Action_tridiagonalization()163 _cost += 6. + 3.*b + r*r*8.; in Action_tridiagonalization()192 return _cost; in nb_op_base()230 double _cost; member in Action_tridiagonalization
66 _cost = 0; in Action_trmm()69 _cost += 2*j + 1; in Action_trmm()71 _cost *= _size; in Action_trmm()108 return _cost; in nb_op_base()157 double _cost; member in Action_trmm
66 _cost = 0; in Action_trisolve_matrix()69 _cost += 2*j + 1; in Action_trisolve_matrix()71 _cost *= _size; in Action_trisolve_matrix()108 return _cost; in nb_op_base()157 double _cost; member in Action_trisolve_matrix
54 _cost = 0; in Action_cholesky()58 _cost += 2*(r*j+r+j); in Action_cholesky()90 return _cost; in nb_op_base()125 double _cost; member in Action_cholesky
59 _cost = 0; in Action_trisolve()62 _cost += 2*j + 1; in Action_trisolve()94 return _cost; in nb_op_base()134 double _cost; member in Action_trisolve
52 _cost = 2.0*size*size*size/3.0 + size*size; in Action_lu_decomp()83 return _cost; in nb_op_base()121 double _cost; member in Action_lu_decomp
54 _cost = 2.0*size*size*size/3.0 + size*size; in Action_partial_lu()85 return _cost; in nb_op_base()122 double _cost; member in Action_partial_lu
39 self._cost = cost48 self._cost == other.GetResult(self._stage))57 self._cost = cost66 return self._cost