Home
last modified time | relevance | path

Searched refs:y_ci (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-seaborn/seaborn-0.11.0/seaborn/
H A Drelational.py492 x, y, y_ci = self.aggregate(y, x, u)
494 y_ci = None
526 if y_ci is not None:
528 low, high = np.asarray(y_ci["low"]), np.asarray(y_ci["high"])
/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_templates.hh1278 row_reference y_ci = *(y_begin + ci); in is_disjoint_from() local
1280 const N& y_ci_cj = (j < rs_i) ? y_ci[cj] : y_j[i]; in is_disjoint_from()
H A Dppl.hh.dist72332 row_reference y_ci = *(y_begin + ci);
72334 const N& y_ci_cj = (j < rs_i) ? y_ci[cj] : y_j[i];