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