Searched refs:eigh (Results 1 – 12 of 12) sorted by relevance
41 e_np, _ = np.linalg.eigh(x_np)
143 _, w = np.linalg.eigh(matrix)
210 auto eigh = SelfAdjointEig(a, lower, max_iter, epsilon); in BuildOpsSubmodule() local211 return std::make_pair(eigh.v, eigh.w); in BuildOpsSubmodule()
149 "80: eigh>%%tieth>;",
176 "80: eigh>%%tieth>;",
158 np_e, np_v = np.linalg.eigh(a)
124 name: "eigh"
132 name: "eigh"
128 eigh > e ;
25993 eigh > e ;
61185 eigh %9578
47 eigh = linalg_ops.self_adjoint_eig variable