Home
last modified time | relevance | path

Searched refs:productSetFromOptions (Results 1 – 3 of 3) sorted by relevance

/petsc/src/binding/petsc4py/demo/python_types/
H A Dmatpython_protocol.py110 def productSetFromOptions( member in MatPythonProtocol
/petsc/src/binding/petsc4py/test/
H A Dtest_mat_py.py49 def productSetFromOptions(self, mat, producttype, A, B, C): member in ScaledIdentity
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dlibpetsc4py.pyx1386 if PyMat(pM).productSetFromOptions is not None:
1387 …found = PyMat(pM).productSetFromOptions(PyC if C == pM else PyB if B == pM else PyA, mtypes[mtype]…