Searched refs:MultiplyRight (Results 1 – 2 of 2) sorted by relevance
123 Vector MultiplyRight (const Vector & v) const { in MultiplyRight() function231 Vector auto_stats = perf_m.MultiplyRight(current), // we have these stats for sure ...260 m_by_curr.Copy(perf_m.MultiplyRight(current));281 new_distance = (perf_m.MultiplyRight(new_curr) - stats_v).Len2();298 stats_est.Copy(perf_m.MultiplyRight(current));
191 printf("Est. stats: %s\n", cost_m->MultiplyRight(params).ToString().c_str()); in CalculateAndApplyParameters()