Searched refs:productNumeric (Results 1 – 3 of 3) sorted by relevance
122 def productNumeric( member in MatPythonProtocol
1293 cdef productNumeric = PyMat(pM).productNumeric1294 if productNumeric is None: return UNSUPPORTED(b"productNumeric")1295 productNumeric(PyC if C == pM else PyB if B == pM else PyA, Mat_(mat), mtypes[mtype], *mats)
167 def productNumeric(self, mat, product, producttype, A, B, C): member in ScaledIdentity