Searched refs:triu (Results 1 – 11 of 11) sorted by relevance
183 band_np = np.triu(band_np, -lower)
59 clean_a = np.tril(a) if lower else np.triu(a)
138 complex_data += np.triu(-1j * data, 1).astype(dtype)159 complex_data += np.triu(-1j * data, 1).astype(dtype)
56 band_np = np.triu(band_np, -lower)
66 a_np = np.triu(a)
121 complex_data += np.triu(-1j * data, 1).astype(dtype)
872 name: "triu"
704 return np.triu(y) if upper else np.tril(y)
1223 def triu(m, k=0): # pylint: disable=missing-docstring function
20421 1triu
20614 1triu