Searched refs:producttype (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_mat_py.py | 49 def productSetFromOptions(self, mat, producttype, A, B, C): argument 52 def productSymbolic(self, mat, product, producttype, A, B, C): argument 53 if producttype == 'AB': 68 elif producttype == 'AtB': 85 elif producttype == 'ABt': 102 elif producttype == 'PtAP': 119 elif producttype == 'RARt': 136 elif producttype == 'ABC': 167 def productNumeric(self, mat, product, producttype, A, B, C): argument 168 if producttype == 'AB': [all …]
|
| /petsc/src/binding/petsc4py/demo/python_types/ |
| H A D | matpython_protocol.py | 117 self, A: Mat, product: Mat, producttype: str, X: Mat, Y: Mat, Z: Mat 123 self, A: Mat, product: Mat, producttype: str, X: Mat, Y: Mat, Z: Mat
|