Searched refs:isreal (Results 1 – 5 of 5) sorted by relevance
67 is_fancy_p_norm = np.isreal(ord_) and np.floor(ord_) != ord_
88 is_fancy_p_norm = np.isreal(ord_) and np.floor(ord_) != ord_
723 if (not np.isreal(ord) or ord <= 0) and ord not in supported_vector_norms:
520 name: "isreal"
810 def isreal(x): function